Add missing hasError to data object for vue2 compatibility
This commit is contained in:
parent
d70a1283a5
commit
76421f6682
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ $(() => {
|
|||
isLoading: false,
|
||||
isLoadingStage: false,
|
||||
isEmptyStage: false,
|
||||
hasError: false,
|
||||
startDate: 30,
|
||||
isEmptyDialogDismissed: Cookies.get(EMPTY_DIALOG_COOKIE),
|
||||
isOverviewDialogDismissed: Cookies.get(OVERVIEW_DIALOG_COOKIE),
|
||||
|
|
Loading…
Reference in a new issue