Skip to content

Commit 8cbed0e

Browse files
Update packages/shadcn/src/AddButton/AddButton.tsx
Co-authored-by: Heath C <[email protected]>
1 parent b390ed2 commit 8cbed0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/shadcn/src/AddButton/AddButton.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import { Button } from '../components/ui/button';
66
/**
77
* A button component for adding new items in a form
88
* @param props - The component properties
9-
* @param props.uiSchema - The UI Schema for the form
10-
* @param props.registry - The registry object containing shared utilities
11-
* @param props.registry.translateString - Function to translate strings
129
*/
1310
export default function AddButton<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({
1411
uiSchema,

0 commit comments

Comments
 (0)