From 7fc4ca921112074276fb941180a35e4874ccb695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Jerman?= Date: Tue, 19 Mar 2024 14:30:26 +0100 Subject: [PATCH] Enable User module fields to be exported/imported --- .../web/compose/src/components/Public/Record/Exporter/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,