fix(client): hide gmt property

This commit is contained in:
chenos 2024-01-09 18:12:34 +08:00
parent f5d88c9057
commit f2de05bea0

View File

@ -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',