Skip to content

Commit 5f14018

Browse files
committed
fix: 새 테마 추가하기 후 모달 닫힘
1 parent 91b4903 commit 5f14018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/common/Hint-Dialog-new/Dialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const Dialog = forwardRef<HTMLFormElement, DialogProps>((props) => {
4747
if (type === "put") {
4848
fn();
4949
close();
50+
setDrawer({ ...drawer, isOpen: false });
5051
} else if (type === "delete") {
5152
deleteHint({ id });
5253
close();

0 commit comments

Comments
 (0)