Skip to content

Commit 3651b3a

Browse files
committed
fix: bug fix
1 parent d2a4821 commit 3651b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/model/Model.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const submit = (item: any) => {
367367
</el-col>
368368
</el-row>
369369
</div>
370-
<template v-if="!keywords && !modelListWithSearch.length && !searchLoading">
370+
<template v-if="!keywords && !modelListWithSearch.length">
371371
<EmptyBackground
372372
class="datasource-yet"
373373
:description="$t('common.no_model_yet')"

0 commit comments

Comments
 (0)