We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a4821 commit 3651b3aCopy full SHA for 3651b3a
frontend/src/views/system/model/Model.vue
@@ -367,7 +367,7 @@ const submit = (item: any) => {
367
</el-col>
368
</el-row>
369
</div>
370
- <template v-if="!keywords && !modelListWithSearch.length && !searchLoading">
+ <template v-if="!keywords && !modelListWithSearch.length">
371
<EmptyBackground
372
class="datasource-yet"
373
:description="$t('common.no_model_yet')"
0 commit comments