mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 01:48:07 +00:00
fix: show multiselect to singleselect conversion warning only when required
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
</v-autocomplete>
|
||||
|
||||
<v-alert
|
||||
v-if="column && newColumn.uidt === 'SingleSelect' && column.uidt === 'MultiSelect'"
|
||||
dense
|
||||
type="warning"
|
||||
class="caption warning--text mt-2 mb-n4 pa-1"
|
||||
|
||||
Reference in New Issue
Block a user