Fix review

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-01 20:00:11 +04:00
parent 27ef768438
commit 57e267afe0
8 changed files with 25 additions and 22 deletions

View File

@@ -98,7 +98,7 @@ export function EditableTable<
onSuccess={toggleAdd}
/>
) : (
<RowButton onClick={toggleAdd}>{props.addLabel}</RowButton>
<RowButton onClick={toggleAdd} type="button">{props.addLabel}</RowButton>
)}
</SortableDataTable>
);