Skip to content

Commit 519beae

Browse files
committed
Update SchemaController.js
1 parent 9362fbb commit 519beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/SchemaController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const defaultColumns: { [string]: SchemaFields } = Object.freeze({
151151
});
152152

153153
const requiredColumns = Object.freeze({
154-
_User: 'username',
154+
_User: ['username'],
155155
_Product: ['productIdentifier', 'icon', 'order', 'title', 'subtitle'],
156156
_Role: ['name', 'ACL'],
157157
});

0 commit comments

Comments
 (0)