mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:46:39 +00:00
refactor(nc-gui): remove unused 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,
|
||||
isXcdbBase = false,
|
||||
) {
|
||||
const { from, to, value } = args
|
||||
if (from === to && ![UITypes.Attachment, UITypes.Date, UITypes.DateTime, UITypes.Time, UITypes.Year].includes(to)) {
|
||||
|
||||
Reference in New Issue
Block a user