Enable User module fields to be exported/imported

This commit is contained in:
Tomaž Jerman
2024-03-19 14:30:26 +01:00
parent 77169cfc6d
commit 7fc4ca9211
@@ -273,7 +273,7 @@ export default {
},
disabledTypes: {
type: Array,
default: () => ['User', 'File'],
default: () => ['File'],
},
processing: {
type: Boolean,