refactor(nc-gui): remove unused code

This commit is contained in:
Wing-Kam Wong
2023-05-08 16:52:43 +08:00
parent 89bcccac3a
commit 78a5a5a305
3 changed files with 2 additions and 5 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,
isSqlite = false,
isMssql = false,
isXcdbBase = false,
) {