mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:46:39 +00:00
refactor(nc-gui): remove unused mssql code
This commit is contained in:
@@ -7,7 +7,6 @@ import { parseProp } from '#imports'
|
||||
export default function convertCellData(
|
||||
args: { from: UITypes; to: UITypes; value: any; column: ColumnType; appInfo: AppInfo },
|
||||
isMysql = false,
|
||||
isMssql = false,
|
||||
isXcdbBase = false,
|
||||
) {
|
||||
const { from, to, value } = args
|
||||
|
||||
Reference in New Issue
Block a user