Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Fix toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 19, 2024
1 parent 2b7a09a commit 2453b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/grid/components/GridTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const checkMove = (event: any) => {
}
watch(
[canEditGrid, tempGrid],
[canEditGrid, tempGrid, viewedGrid],
() => {
tabs.value = grid.value
.filter(grid => grid.grid.length > 0)
Expand Down

0 comments on commit 2453b69

Please sign in to comment.