Skip to content

Commit c767e0e

Browse files
authored
Merge pull request #1000 from traPtitech/fix/notCloseWindow
不要な close 関数を削除した
2 parents e924c90 + ad45400 commit c767e0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dashboard/src/features/application/components/form/website/WebsiteFieldGroup.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const WebsiteFieldGroup: Component<Props> = (props) => {
4141

4242
const handleDelete = () => {
4343
remove(formStore, 'form.websites', { at: props.index })
44-
close()
4544
}
4645

4746
return (

0 commit comments

Comments
 (0)