diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-09-10 09:44:20 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-09-10 09:44:20 +0200 |
commit | 7683208dfa4cf5f0ff196ee0cabdacf8046592eb (patch) | |
tree | e4923006ebe0a67e7e512886fb3322c5a2570f92 /apps/workflowengine/src/components/Checks/file.js | |
parent | 9e0078824e1303c78575c4287ce3f228659d8ab5 (diff) | |
download | nextcloud-server-7683208dfa4cf5f0ff196ee0cabdacf8046592eb.tar.gz nextcloud-server-7683208dfa4cf5f0ff196ee0cabdacf8046592eb.zip |
Workflow vue cleanup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/workflowengine/src/components/Checks/file.js')
-rw-r--r-- | apps/workflowengine/src/components/Checks/file.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/workflowengine/src/components/Checks/file.js b/apps/workflowengine/src/components/Checks/file.js index 80bd120079f..ce6887316c2 100644 --- a/apps/workflowengine/src/components/Checks/file.js +++ b/apps/workflowengine/src/components/Checks/file.js @@ -20,9 +20,10 @@ * */ -import FileMimeType from './FileMimeType' import { stringValidator, validateIPv4, validateIPv6 } from './../../helpers/validators' +import FileMimeType from './FileMimeType' import FileSystemTag from './FileSystemTag' + const FileChecks = [ { class: 'OCA\\WorkflowEngine\\Check\\FileName', |