refactor(nc-gui): remove unused mssql code

This commit is contained in:
Wing-Kam Wong
2023-05-10 12:25:22 +08:00
parent 39735b97ba
commit 2afdfe3e60
2 changed files with 1 additions and 4 deletions

View File

@@ -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