Skip to content

Commit 24f6a0a

Browse files
committed
favoriteApp must active status
1 parent 83d6582 commit 24f6a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/js/view/workspace/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<FormItem :label="$t('message.workSpace.home.selectApp')"
128128
prop="selectApp">
129129
<Select v-model="formDynamic.selectApp">
130-
<Option v-for="item in apps" :value="`${item.id}`" :key="`${item.id}`" :disabled="item.had">{{ item.title }}</Option>
130+
<Option v-for="item in apps" :value="`${item.id}`" :key="`${item.id}`" :disabled="item.had||!item.active">{{ item.title }}</Option>
131131
</Select>
132132
</FormItem>
133133
</Form>

0 commit comments

Comments
 (0)