mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 04:56:48 +00:00
feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -105,7 +105,7 @@ const vModel = computed({
|
||||
const selectedTitles = computed(() =>
|
||||
modelValue
|
||||
? typeof modelValue === 'string'
|
||||
? isMysql
|
||||
? isMysql(column.value.base_id)
|
||||
? modelValue.split(',').sort((a, b) => {
|
||||
const opa = options.value.find((el) => el.title === a)
|
||||
const opb = options.value.find((el) => el.title === b)
|
||||
|
||||
Reference in New Issue
Block a user