Skip to content

Commit b42f6bd

Browse files
committed
fix: add support for additional model types in CreateModelDialog
1 parent 5328757 commit b42f6bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/src/views/model/component/CreateModelDialog.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@
153153
base_form_data.model_type !== 'TTS' &&
154154
base_form_data.model_type !== 'LLM' &&
155155
base_form_data.model_type !== 'IMAGE' &&
156-
base_form_data.model_type !== 'TTI'
156+
base_form_data.model_type !== 'TTI' &&
157+
base_form_data.model_type !== 'TTV' &&
158+
base_form_data.model_type !== 'ITV'
157159
"
158160
>
159161
<AppIcon iconName="app-add-outlined" class="mr-4"/> {{ $t('common.add') }}

0 commit comments

Comments
 (0)