Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Sep 30, 2024
1 parent 23dc41b commit d9239a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/simple/src/posts/PostEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ const PostEdit = () => {
justifyContent="space-between"
fullWidth
>
<TextInput disabled source="id" />
<TextInput
InputProps={{ disabled: true }}
source="id"
/>
<TextInput
source="title"
validate={required()}
Expand Down

0 comments on commit d9239a2

Please sign in to comment.