Skip to content

Commit 267dd94

Browse files
committed
fix: don't show loading page on device
1 parent 535471f commit 267dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/playground/preview-sdk-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class PreviewSdkService implements IPreviewSdkService {
4646
pubnubSubscribeKey: PubnubKeys.SUBSCRIBE_KEY,
4747
msvKey: "cli",
4848
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
49-
showLoadingPage: true,
49+
showLoadingPage: false,
5050
callbacks: this.getCallbacks(),
5151
getInitialFiles
5252
};

0 commit comments

Comments
 (0)