mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 22:07:02 +00:00
test: cy-stability for dropdown
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,13 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a-select v-model:value="localChannelValues" mode="multiple" :placeholder="placeholder" max-tag-count="responsive">
|
||||
<a-select
|
||||
v-model:value="localChannelValues"
|
||||
mode="multiple"
|
||||
:placeholder="placeholder"
|
||||
max-tag-count="responsive"
|
||||
dropdown-class-name="nc-dropdown-webhook-channel"
|
||||
>
|
||||
<a-select-option v-for="channel of availableChannelWithIdxList" :key="channel.idx" :value="channel.idx">
|
||||
{{ channel.channel }}
|
||||
</a-select-option>
|
||||
|
||||
Reference in New Issue
Block a user