Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed May 4, 2022
2 parents 81fc443 + 158614c commit f2a000f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/app/tables/entity_datatable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ class EntityDataTableSource extends AppDataTableSource {
maxWidth: wideFields.contains(field)
? kTableColumnWidthMax * 1.5
: kTableColumnWidthMax,
minWidth: kTableColumnWidthMin,
),
),
onTap: () => onTap(entity),
Expand Down

0 comments on commit f2a000f

Please sign in to comment.