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 b274e73 commit 141cf6eCopy full SHA for 141cf6e
src/elements/content-explorer/MetadataViewContainer.tsx
@@ -8,6 +8,7 @@ import {
8
RangeType,
9
} from '@box/metadata-filter';
10
import {
11
+ IconColumnVariant,
12
MetadataView,
13
PredefinedFilterName,
14
type FilterValues,
@@ -255,6 +256,7 @@ const MetadataViewContainer = ({
255
256
// Create new tableProps with our wrapper function
257
const newTableProps = {
258
...tableProps,
259
+ iconColumnVariant: IconColumnVariant.INLINE,
260
onSortChange: handleSortChange,
261
};
262
0 commit comments