Skip to content

Commit ad45400

Browse files
committed
不要な close 関数を削除した
1 parent e924c90 commit ad45400

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

Lines changed: 0 additions & 1 deletion
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)