Skip to content

Commit

Permalink
FIO-7764: Fixes a typo in File component settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraRamanenka committed Jan 26, 2024
1 parent c73cfd7 commit 423ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/file/editForm/File.edit.file.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default [
input: true,
key: 'fileNameTemplate',
label: 'File Name Template',
placeholder: '(optional) { {name} }-{ {guid} }"',
placeholder: '(optional) { {name} }-{ {guid} }',
tooltip: 'Specify template for name of uploaded file(s). Regular template variables are available (`data`, `component`, `user`, `value`, `moment` etc.), also `fileName`, `guid` variables are available. `guid` part must be present, if not found in template, will be added at the end.',
weight: 25
},
Expand Down

0 comments on commit 423ad13

Please sign in to comment.