fix(client): hide gmt property
This commit is contained in:
parent
f5d88c9057
commit
f2de05bea0
@ -28,6 +28,7 @@ export const datetime: IField = {
|
||||
'uiSchema.x-component-props.gmt': {
|
||||
type: 'boolean',
|
||||
title: '{{t("GMT")}}',
|
||||
'x-hidden': true,
|
||||
'x-component': 'Checkbox',
|
||||
'x-content': '{{t("Use the same time zone (GMT) for all users")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
|
Loading…
Reference in New Issue
Block a user