Skip to content

Commit

Permalink
fix: remove edit prop
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Feb 9, 2024
1 parent 3772741 commit a216577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/item/form/DescriptionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const DescriptionForm = ({
<TextEditor
id={id}
value={(updatedProperties?.description || item?.description) ?? ''}
edit
onChange={onChange}
showActions={false}
/>
Expand Down

0 comments on commit a216577

Please sign in to comment.