Skip to content

Commit ae78ae2

Browse files
committed
pretty
1 parent d3fcb8b commit ae78ae2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/frontend/src/pages/ProjectDetailPage/ProjectEdit/ProjectEditContainer.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,16 @@ const ProjectEditContainer: React.FC<ProjectEditContainerProps> = ({ project, ex
204204
setProjectManager={setprojectManagerId}
205205
/>
206206
<PageBlock title="Project Summary">
207-
<FormControl fullWidth>
208-
<ReactHookTextField
209-
name="summary"
210-
control={control}
211-
placeholder="Summary"
212-
multiline={true}
213-
rows={5}
214-
errorMessage={errors.summary}
215-
/>
216-
</FormControl>
207+
<FormControl fullWidth>
208+
<ReactHookTextField
209+
name="summary"
210+
control={control}
211+
placeholder="Summary"
212+
multiline={true}
213+
rows={5}
214+
errorMessage={errors.summary}
215+
/>
216+
</FormControl>
217217
</PageBlock>
218218
<Stack spacing={4}>
219219
<Box>

0 commit comments

Comments
 (0)