Skip to content

Commit

Permalink
Increase Usage Status Column size #1039
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Dec 5, 2024
1 parent 331d310 commit cd721bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/systemItemsTable.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export function SystemItemsTable(props: SystemItemsTableProps) {
Excludes
</MenuItem>,
],
size: 200,
size: 350,
AggregatedCell:
type === 'usageStatus'
? ({ row }) => {
Expand Down

0 comments on commit cd721bb

Please sign in to comment.