Skip to content

Commit

Permalink
Added a comment that destiration of import should not start with '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
iddoavn authored Sep 13, 2023
1 parent cb5b558 commit f2fdf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/pages/repositories/services/import_data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const ImportForm = ({
<Form.Label><strong>Destination:</strong></Form.Label>
<Form.Control type="text" autoFocus name="destination" ref={destRef} defaultValue={path}/>
<Form.Text style={{color: 'grey'}} md={{offset: 2, span: 10000}}>
Leave empty to import to the repository&apos;s root.
Leave empty to import to the repository&apos;s root. Destination should not start with &lsquo;&sol;&rsquo;
</Form.Text>
</Form.Group>
}
Expand Down

0 comments on commit f2fdf86

Please sign in to comment.