mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:38:21 +00:00
remove unused fieldsArr
This commit is contained in:
@@ -341,7 +341,6 @@ export class DataV3Service {
|
||||
const parsedSort: any | any[] = Array.isArray(parsedSortJSON)
|
||||
? parsedSortJSON
|
||||
: [parsedSortJSON];
|
||||
fieldsArr = parsedSort.map((s) => s.field);
|
||||
|
||||
if (
|
||||
parsedSort.some(
|
||||
|
||||
Reference in New Issue
Block a user