Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
chore: remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Feb 14, 2024
1 parent c38e643 commit 531f365
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/item/form/DocumentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const DocumentExtraForm = ({
setEditorMode(mode);
};

// todo: send the raw mode when switching the tabs and save in extra.
return (
<Stack direction="column" spacing={1} minHeight={0}>
<Box sx={{ width: '100%' }}>
Expand Down Expand Up @@ -194,14 +193,7 @@ const DocumentForm = ({
}, [content, flavor, isRaw]);

return (
<Box
id="document"
// todo: remove
border="1px solid red"
display="flex"
flexDirection="column"
minHeight="0px"
>
<Box id="document" display="flex" flexDirection="column" minHeight="0px">
<NameForm
setChanges={setChanges}
item={item}
Expand Down

0 comments on commit 531f365

Please sign in to comment.