Skip to content

Commit f4f143b

Browse files
committed
refactor(frontend): message
1 parent 0061506 commit f4f143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/SampleDialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default function SampleDialog({ sample, open, setOpen }: SampleDialogProp
9797
<DialogContent>
9898
<DialogContentText>
9999
<span>Please provide information about your sample and press {submitButtonLabel}</span>
100-
{ !isEditing(sample) && <span className="text-xs italic">WIP: you will be able to attach a file to your sample once it created.</span>}
101100
</DialogContentText>
102101
<TextField
103102
autoFocus
@@ -154,6 +153,7 @@ export default function SampleDialog({ sample, open, setOpen }: SampleDialogProp
154153
onChange={formik.handleChange}
155154
/>
156155
</>}
156+
{ !isEditing(sample) && <span className="text-xs italic">WIP: you will be able to attach a file to your sample once it created.</span>}
157157

158158
</DialogContent>
159159
<DialogActions>

0 commit comments

Comments
 (0)