[Bug] [UI][V1.0.0-Beta] Fix task group name can't clear bug (#9708)

dev
Devosend 2022-04-25 10:03:11 +08:00 committed by GitHub
parent 5657cb9aec
commit 3faa65ef0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ export function useTaskGroup(
span: 12,
name: t('project.node.task_group_name'),
props: {
loading
loading,
clearable: true
},
options
},