Skip to content

Commit

Permalink
example: conform example's remove button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
akfm.sato authored and akfm.sato committed Mar 26, 2024
1 parent 7d1ebb9 commit 536cc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example-next-conform/src/app/dynamic-form/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Form() {
<input name={memberFields.engineer.name} type="checkbox" />
</label>
<button
type="button"
type="submit"
{...form.remove.getButtonProps({
name: fields.members.name,
index,
Expand Down

0 comments on commit 536cc53

Please sign in to comment.