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 351f659 commit ef6c020Copy full SHA for ef6c020
libs/form/fields/TableField.tsx
@@ -62,6 +62,7 @@ export function TableField<Item extends Record<string, any>>({
62
)}
63
<Button
64
variant="secondary"
65
+ size="sm"
66
onClick={() => onAddItem((item) => setValue(value.concat(item)))}
67
>
68
{actionText}
0 commit comments