mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 02:26:31 +00:00
fix(gui): search field selection
fixes search filed selection issue which breaks entire ui. fix #210 Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</template>
|
||||
<v-list dense>
|
||||
<v-list-item v-for="col in availableColumns" :key="col.cn"
|
||||
@click="searchField = col.cn">
|
||||
@click="searchField = col._cn">
|
||||
<span class="caption">{{ col._cn }}</span>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
|
||||
Reference in New Issue
Block a user