Skip to content

Commit

Permalink
refactor(frontend): message
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Jan 19, 2024
1 parent 0061506 commit f4f143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/components/SampleDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default function SampleDialog({ sample, open, setOpen }: SampleDialogProp
<DialogContent>
<DialogContentText>
<span>Please provide information about your sample and press {submitButtonLabel}</span>
{ !isEditing(sample) && <span className="text-xs italic">WIP: you will be able to attach a file to your sample once it created.</span>}
</DialogContentText>
<TextField
autoFocus
Expand Down Expand Up @@ -154,6 +153,7 @@ export default function SampleDialog({ sample, open, setOpen }: SampleDialogProp
onChange={formik.handleChange}
/>
</>}
{ !isEditing(sample) && <span className="text-xs italic">WIP: you will be able to attach a file to your sample once it created.</span>}

</DialogContent>
<DialogActions>
Expand Down

0 comments on commit f4f143b

Please sign in to comment.