Skip to content

Commit 4df74e7

Browse files
fix frontend bug
1 parent 91be91c commit 4df74e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/utils/get-cipp-filter-variant.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ export const getCippFilterVariant = (providedColumnKeys) => {
3535
sortingFn: "alphanumeric",
3636
filterFn: "arrIncludesSome",
3737
};
38-
case "Tenant":
39-
return {
40-
filterVariant: "multi-select",
41-
sortingFn: "alphanumeric",
42-
filterFn: "arrIncludesSome",
43-
};
4438
case "accountEnabled":
4539
return {
4640
filterVariant: "select",

0 commit comments

Comments
 (0)