Skip to content

Commit f4b51a0

Browse files
authored
chore(dashboard): solve dashboard call issue (detail page) (#5665)
Signed-off-by: samuel.park <[email protected]>
1 parent 39a865a commit f4b51a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/services/dashboards/pages/DashboardDetailPage.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ watch(dashboard, (_dashboard) => {
133133
dashboardDetailStore.setDashboardInfoStoreStateV2(_dashboard);
134134
}
135135
}
136-
});
136+
}, { immediate: true });
137137
watch(widgetList, (_widgetList) => {
138138
if (_widgetList.length) {
139139
dashboardDetailStore.setDashboardWidgets(_widgetList);

0 commit comments

Comments
 (0)