Skip to content

Commit

Permalink
remove commented out ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky committed Dec 9, 2023
1 parent dfda638 commit 57a4d00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const EventEdit: FC = () => {
}}
>
<SimpleForm>
{/* <NumberInput source="id" fullWidth disabled /> */}
<NumberInput source="year" fullWidth validate={required()} />
<TextInput source="school_year" helperText="napr. 2023/2024" fullWidth validate={required()} />
<DateTimeInput source="start" fullWidth validate={required()} />
Expand Down

0 comments on commit 57a4d00

Please sign in to comment.