BigW Consortium Gitlab

Commit 76421f66 by Alfredo Sumaran

Add missing hasError to data object for vue2 compatibility

parent d70a1283
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment