diff --git a/ui/src/api/type/role.ts b/ui/src/api/type/role.ts index 5f92e850..0c7eb981 100644 --- a/ui/src/api/type/role.ts +++ b/ui/src/api/type/role.ts @@ -65,6 +65,7 @@ interface FormItemModel { options?: { label: string, value: string }[] placeholder?: string multiple?: boolean + clearableFunction?: (e: any) => boolean } } diff --git a/ui/src/components/workspace-dropdown/index.vue b/ui/src/components/workspace-dropdown/index.vue index 90d740e7..cb7d7bda 100644 --- a/ui/src/components/workspace-dropdown/index.vue +++ b/ui/src/components/workspace-dropdown/index.vue @@ -13,20 +13,23 @@