web sdk adjustments

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-09 22:47:33 +02:00
committed by Carl-Gerhard Lindesvärd
parent a7fe2b48e6
commit de59229566
3 changed files with 6 additions and 3 deletions

View File

@@ -28,9 +28,9 @@ export class OpenPanel extends OpenPanelBase {
constructor(public options: OpenPanelOptions) {
super({
...options,
sdk: 'web',
sdkVersion: process.env.WEB_VERSION!,
...options,
});
if (!this.isServer()) {