fix: 保存区块模版时操作位置错误 (#1329)
Co-authored-by: sealday <zhanglin@daoyoucloud.com> Reviewed-on: daoyoucloud/tachybase#1329 Reviewed-by: sealday <zhanglin@daoyoucloud.com> Co-authored-by: wjh <wwwjh0710@163.com> Co-committed-by: wjh <wwwjh0710@163.com>
This commit is contained in:
		
							parent
							
								
									fea10debc0
								
							
						
					
					
						commit
						b76f065cf7
					
				@ -363,7 +363,7 @@ const findBlockTemplateSchema = (fieldSchema) => {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const SchemaSettingsFormItemTemplate = function FormItemTemplate(props) {
 | 
			
		||||
  const { insertAdjacentPosition = 'afterBegin', componentName, collectionName, resourceName } = props;
 | 
			
		||||
  const { insertAdjacentPosition = 'beforeEnd', componentName, collectionName, resourceName } = props;
 | 
			
		||||
  const { t } = useTranslation();
 | 
			
		||||
  const compile = useCompile();
 | 
			
		||||
  const { getCollection } = useCollectionManager_deprecated();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user