Skip to content

Commit

Permalink
Updated a code-snippet of insert, remove, and reorder.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillSBarsukov authored and edmundhung committed Sep 30, 2024
1 parent 60cfc40 commit 53ff3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intent-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function Tasks() {
const taskFields = task.getFieldset();
return (
<li key={task.key}>
<fieldset key={task.key} {...getFieldsetProps(task)}>
<fieldset {...getFieldsetProps(task)}>
<input {...getInputProps(taskFields.content, { type: "text" })} />
<button
{...form.reorder.getButtonProps({
Expand Down

0 comments on commit 53ff3fe

Please # to comment.