We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c6dfc commit 4274fb9Copy full SHA for 4274fb9
src/components/AddRows.tsx
@@ -7,7 +7,7 @@ export const AddRows = ({ addRows }: AddRowsComponentProps) => {
7
8
return (
9
<div className="dsg-add-row">
10
- <button className="dsg-add-row-btn" onClick={() => addRows(value)}>
+ <button type="button" className="dsg-add-row-btn" onClick={() => addRows(value)}>
11
Add
12
</button>{' '}
13
<input
0 commit comments