refactor(nc-gui): remove unused code

This commit is contained in:
Wing-Kam Wong
2023-05-31 16:30:17 +08:00
parent fe14175fc0
commit c0e2049d79
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,
isXcdbBase = false,
) {
const { from, to, value } = args
if (from === to && ![UITypes.Attachment, UITypes.Date, UITypes.DateTime, UITypes.Time, UITypes.Year].includes(to)) {