Skip to content

Commit

Permalink
fix tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Aug 10, 2024
1 parent 55d0eb8 commit fb904ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui2/src/slices/dualPanel/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export function setCurrentNodeHelper({
breadcrumb: null,
versions: [],
currentVersion: null,
currentPage: 1
currentPage: 1,
thumbnailsPanelOpen: false
}
}
}
Expand Down Expand Up @@ -161,7 +162,8 @@ export function setCurrentNodeHelper({
breadcrumb: null,
versions: [],
currentVersion: null,
currentPage: 1
currentPage: 1,
thumbnailsPanelOpen: false
},
searchResults: null
}
Expand Down

0 comments on commit fb904ed

Please sign in to comment.