diff --git a/client/web/compose/src/components/Public/Record/Exporter/index.vue b/client/web/compose/src/components/Public/Record/Exporter/index.vue index 8212b3d0e..81e1cd83e 100644 --- a/client/web/compose/src/components/Public/Record/Exporter/index.vue +++ b/client/web/compose/src/components/Public/Record/Exporter/index.vue @@ -273,7 +273,7 @@ export default { }, disabledTypes: { type: Array, - default: () => ['User', 'File'], + default: () => ['File'], }, processing: { type: Boolean,