summaryrefslogtreecommitdiff
path: root/lib/incoterms/validations.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/incoterms/validations.ts')
-rw-r--r--lib/incoterms/validations.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/incoterms/validations.ts b/lib/incoterms/validations.ts
index 3f51dcd6..d36f0e71 100644
--- a/lib/incoterms/validations.ts
+++ b/lib/incoterms/validations.ts
@@ -22,10 +22,6 @@ export const SearchParamsCache = createSearchParamsCache({
sort: getSortingStateParser<typeof incoterms>().withDefault([
{ id: "createdAt", desc: true }]),
- // 기존 필드
- code: parseAsString.withDefault(""),
- description: parseAsString.withDefault(""),
- isActive: parseAsString.withDefault(""),
filters: getFiltersStateParser().withDefault([]),
joinOperator: parseAsStringEnum(["and", "or"]).withDefault("and"),
search: parseAsString.withDefault(""),