Skip to content

Commit

Permalink
chore(dashboard): remove dead code for html layer in overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 19, 2023
1 parent 26cd189 commit 00a9b19
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ watch(exampleValue, async () => {
executeFunc.value?.();
});
const componentKey = ref(0);
watch(() => props.js, async () => {
componentKey.value += 1;
}, { immediate: true });
watch(props, (p) => {
const v = p.periodicallyRefetchData;
Expand Down

0 comments on commit 00a9b19

Please sign in to comment.