Skip to content

Commit

Permalink
Merge branch 'feat/hint-qa-finish' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrin-byte committed Nov 22, 2024
2 parents 379a7cb + 5f14018 commit 90bb0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/common/Hint-Dialog-new/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Dialog = forwardRef<HTMLFormElement, DialogProps>((props) => {
if (type === "put") {
fn();
close();
setDrawer({ ...drawer, isOpen: false });
} else if (type === "delete") {
deleteHint({ id });
close();
Expand Down

0 comments on commit 90bb0ed

Please sign in to comment.