Skip to content

Commit

Permalink
Merge pull request #125 from HS-OS-AG-Intelligente-Agrarsysteme/front…
Browse files Browse the repository at this point in the history
…end/bug/61895_remove_column_in_cases_view

Removed Column from cases table
  • Loading branch information
MGRLMIS authored Nov 15, 2023
2 parents d12c261 + 3857b74 commit c38f7cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions frontend/app/lib/data_sources/cases_data_table_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ class CasesDataTableSource extends DataTableSource {
DataCell(
Text(caseModels[index].workshopId),
),
DataCell(
IconButton(
icon: const Icon(Icons.more_vert),
onPressed: () {},
),
)
],
);
}
Expand Down
1 change: 0 additions & 1 deletion frontend/app/lib/views/cases_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class _DesktopCasesViewState extends State<DesktopCasesView> {
label: Text(tr("general.workshop")),
numeric: true,
),
const DataColumn(label: Text("")) // More.
],
),
),
Expand Down

0 comments on commit c38f7cf

Please sign in to comment.