We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535471f commit 267dd94Copy full SHA for 267dd94
lib/services/livesync/playground/preview-sdk-service.ts
@@ -46,7 +46,7 @@ export class PreviewSdkService implements IPreviewSdkService {
46
pubnubSubscribeKey: PubnubKeys.SUBSCRIBE_KEY,
47
msvKey: "cli",
48
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
49
- showLoadingPage: true,
+ showLoadingPage: false,
50
callbacks: this.getCallbacks(),
51
getInitialFiles
52
};
0 commit comments