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': {
 | 
					    'uiSchema.x-component-props.gmt': {
 | 
				
			||||||
      type: 'boolean',
 | 
					      type: 'boolean',
 | 
				
			||||||
      title: '{{t("GMT")}}',
 | 
					      title: '{{t("GMT")}}',
 | 
				
			||||||
 | 
					      'x-hidden': true,
 | 
				
			||||||
      'x-component': 'Checkbox',
 | 
					      'x-component': 'Checkbox',
 | 
				
			||||||
      'x-content': '{{t("Use the same time zone (GMT) for all users")}}',
 | 
					      'x-content': '{{t("Use the same time zone (GMT) for all users")}}',
 | 
				
			||||||
      'x-decorator': 'FormItem',
 | 
					      'x-decorator': 'FormItem',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user