Skip to content

Commit

Permalink
Update src/components/modal/configureMultiviewModal/MultiviewLayoutSe…
Browse files Browse the repository at this point in the history
…ttings/MultiviewLayoutSettings.tsx

Co-authored-by: Lucas Maupin <[email protected]>
  • Loading branch information
malmen237 and LucasMaupin authored Oct 25, 2024
1 parent 8b0371a commit d619965
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export default function MultiviewLayoutSettings({
}, [layoutModalOpen]);

useEffect(() => {
if (layoutModalOpen) {
setRefresh(true);
} else {
setRefresh(false);
}
setRefresh(layoutModalOpen);
}, [layoutModalOpen]);

useEffect(() => {
Expand Down

0 comments on commit d619965

Please sign in to comment.