Skip to content

Commit

Permalink
fix: name should not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 19, 2025
1 parent 379b5cf commit 44d61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/useDateTimeField/useDateTimeField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface DateTimeFieldProps {
/**
* The name to use for the field.
*/
name: string;
name?: string;

/**
* The locale to use for the field.
Expand Down

0 comments on commit 44d61b6

Please sign in to comment.