Skip to content

Commit

Permalink
不要な close 関数を削除した
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Jan 26, 2025
1 parent e924c90 commit ad45400
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const WebsiteFieldGroup: Component<Props> = (props) => {

const handleDelete = () => {
remove(formStore, 'form.websites', { at: props.index })
close()
}

return (
Expand Down

0 comments on commit ad45400

Please sign in to comment.