fix: handle undefined env value
This commit is contained in:
@@ -60,7 +60,7 @@ export class WebApplication extends SNApplication {
|
|||||||
defaultHost: defaultSyncServerHost,
|
defaultHost: defaultSyncServerHost,
|
||||||
appVersion: deviceInterface.appVersion,
|
appVersion: deviceInterface.appVersion,
|
||||||
webSocketUrl: webSocketUrl,
|
webSocketUrl: webSocketUrl,
|
||||||
supportsFileNavigation: window.enabledUnfinishedFeatures,
|
supportsFileNavigation: window.enabledUnfinishedFeatures || false,
|
||||||
})
|
})
|
||||||
|
|
||||||
makeObservable(this, {
|
makeObservable(this, {
|
||||||
|
|||||||
Reference in New Issue
Block a user