Skip to content

Commit 141cf6e

Browse files
fix(metadata-view): default iconcolumnvariant (#4262)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b274e73 commit 141cf6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/elements/content-explorer/MetadataViewContainer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
RangeType,
99
} from '@box/metadata-filter';
1010
import {
11+
IconColumnVariant,
1112
MetadataView,
1213
PredefinedFilterName,
1314
type FilterValues,
@@ -255,6 +256,7 @@ const MetadataViewContainer = ({
255256
// Create new tableProps with our wrapper function
256257
const newTableProps = {
257258
...tableProps,
259+
iconColumnVariant: IconColumnVariant.INLINE,
258260
onSortChange: handleSortChange,
259261
};
260262

0 commit comments

Comments
 (0)