We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91be91c commit 4df74e7Copy full SHA for 4df74e7
src/utils/get-cipp-filter-variant.js
@@ -35,12 +35,6 @@ export const getCippFilterVariant = (providedColumnKeys) => {
35
sortingFn: "alphanumeric",
36
filterFn: "arrIncludesSome",
37
};
38
- case "Tenant":
39
- return {
40
- filterVariant: "multi-select",
41
- sortingFn: "alphanumeric",
42
- filterFn: "arrIncludesSome",
43
- };
44
case "accountEnabled":
45
return {
46
filterVariant: "select",
0 commit comments