We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b4903 commit 5f14018Copy full SHA for 5f14018
app/components/common/Hint-Dialog-new/Dialog.tsx
@@ -47,6 +47,7 @@ const Dialog = forwardRef<HTMLFormElement, DialogProps>((props) => {
47
if (type === "put") {
48
fn();
49
close();
50
+ setDrawer({ ...drawer, isOpen: false });
51
} else if (type === "delete") {
52
deleteHint({ id });
53
0 commit comments