Remove unused prop

This commit is contained in:
Manav Rathi
2024-08-02 10:48:47 +05:30
parent 93b7d71543
commit 706c288220

View File

@@ -11,7 +11,6 @@ interface EnteDateTimePickerProps {
* If true, then the picker shows the date/time but doesn't allow editing.
*/
disabled?: boolean;
label?: string;
onSubmit: (date: Date) => void;
onClose?: () => void;
}