mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:36:46 +00:00
chore(nc-gui): fix type issues and set proper ref types
This commit is contained in:
@@ -59,8 +59,8 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<a-select v-model:value="localChannelValues" mode="multiple" :placeholder="placeholder" max-tag-count="responsive">
|
||||
<a-select-option v-for="channel of availableChannelWithIdxList" :key="channel.idx" :value="channel.idx">{{
|
||||
channel.channel
|
||||
}}</a-select-option>
|
||||
<a-select-option v-for="channel of availableChannelWithIdxList" :key="channel.idx" :value="channel.idx">
|
||||
{{ channel.channel }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user