Skip to content

Commit

Permalink
close edition modal on change
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedriad1 committed Dec 31, 2024
1 parent c660d91 commit 7aa36b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default function EditionModal({

startTransition(() => {
push(newUrl);
onOpenChange?.(false);
});
};

Expand Down

0 comments on commit 7aa36b1

Please sign in to comment.