mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:45: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-autocomplete>
|
||||||
|
|
||||||
<v-alert
|
<v-alert
|
||||||
|
v-if="column && newColumn.uidt === 'SingleSelect' && column.uidt === 'MultiSelect'"
|
||||||
dense
|
dense
|
||||||
type="warning"
|
type="warning"
|
||||||
class="caption warning--text mt-2 mb-n4 pa-1"
|
class="caption warning--text mt-2 mb-n4 pa-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user