Skip to content

Commit

Permalink
small fix on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
nastita committed Aug 16, 2024
1 parent 99e1f45 commit 6f3de70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/TheGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ function validateAndSaveLayout(newLayout: string): void {
}
function resetLayout(): void {
// close modal
showCustomizeModal.value = false
layout.value = THE_GRID_LAYOUT
storedCustomLayout.value = THE_GRID_LAYOUT
}
Expand Down

0 comments on commit 6f3de70

Please sign in to comment.