mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 01:26:45 +00:00
fix: review comments
This commit is contained in:
@@ -85,7 +85,7 @@ const onEasterEgg = () => {
|
||||
|
||||
const clientTypes = computed(() => {
|
||||
return _clientTypes.filter((type) => {
|
||||
return ![ClientType.SNOWFLAKE, ClientType.DATABRICKS, ...(easterEgg.value ? [ClientType.MSSQL] : [])].includes(type.value)
|
||||
return ![ClientType.SNOWFLAKE, ClientType.DATABRICKS, ...(easterEgg.value ? [] : [ClientType.MSSQL])].includes(type.value)
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user