Skip to content

Commit

Permalink
Re-throw erro
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren committed Mar 25, 2024
1 parent 60dea26 commit 25f02a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export function NavControl({}: {}) {

setHasBeenOpened(false);
setIsOpen(false);

throw error;
})
: undefined;
},
Expand Down

0 comments on commit 25f02a7

Please sign in to comment.