Skip to content

Commit

Permalink
Fix summary DID table not resizing without the callback
Browse files Browse the repository at this point in the history
  • Loading branch information
MytsV authored and maany committed Nov 12, 2024
1 parent 599bc28 commit df64b32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const CreateRuleStageSummaryDataTable = (props: StageSummaryDataTableProp
{
headerName: 'Identifier',
valueGetter: (params: ValueGetterParams<ListDIDsViewModel>) => `${params.data?.scope}:${params.data?.name}`,
minWidth: 250,
flex: 1,
sortable: false,
},
Expand Down

0 comments on commit df64b32

Please sign in to comment.