fatalError needs to be a boolean false for the dialog widget
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
accessToken: localStorage.token,
|
||||
apiOrigin: API_ORIGIN || '',
|
||||
appModel: null,
|
||||
fatalError: '',
|
||||
fatalError: false,
|
||||
busyRestart: false,
|
||||
connected: false,
|
||||
addons: {},
|
||||
|
||||
Reference in New Issue
Block a user