Skip to content

Commit

Permalink
chore: apply immediate at watch (#5596)
Browse files Browse the repository at this point in the history
Signed-off-by: NaYeong,Kim <[email protected]>
  • Loading branch information
skdud4659 authored Jan 22, 2025
1 parent 43fe1e5 commit 62a19cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ watch(() => state.isSettingMode, async (isSettingMode) => {
await serviceDetailPageStore.fetchEventRuleList({
service_id: storeState.serviceInfo.service_id,
});
});
}, { immediate: true });
onUnmounted(() => {
serviceDetailPageStore.setCurrentTab(undefined);
});
Expand Down

0 comments on commit 62a19cf

Please sign in to comment.