diff --git a/src/components/file/editForm/File.edit.file.js b/src/components/file/editForm/File.edit.file.js index 6a79593fc2..0d59c700e0 100644 --- a/src/components/file/editForm/File.edit.file.js +++ b/src/components/file/editForm/File.edit.file.js @@ -14,10 +14,7 @@ export default [ dataSrc: 'custom', data: { custom() { - return _.map(Formio.Providers.getProviders('storage'), (storage, key) => ({ - label: storage.title, - value: key - })); + return _.map(Formio.Providers.getProviders('storage'), (storage, key) => key); } } },