Skip to content

Commit df64b32

Browse files
MytsVmaany
authored andcommitted
Fix summary DID table not resizing without the callback
1 parent 599bc28 commit df64b32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/component-library/pages/Rule/create/stage-summary/CreateRuleStageSummaryDataTable.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const CreateRuleStageSummaryDataTable = (props: StageSummaryDataTableProp
2020
{
2121
headerName: 'Identifier',
2222
valueGetter: (params: ValueGetterParams<ListDIDsViewModel>) => `${params.data?.scope}:${params.data?.name}`,
23-
minWidth: 250,
2423
flex: 1,
2524
sortable: false,
2625
},

0 commit comments

Comments
 (0)