fatalError needs to be a boolean false for the dialog widget

This commit is contained in:
Johannes Zellner
2023-07-17 19:37:07 +02:00
parent 6940de7465
commit f2c511902c
+1 -1
View File
@@ -97,7 +97,7 @@ export default {
accessToken: localStorage.token,
apiOrigin: API_ORIGIN || '',
appModel: null,
fatalError: '',
fatalError: false,
busyRestart: false,
connected: false,
addons: {},