Skip to content
Snippets Groups Projects
Commit 20d404c6 authored by aboeckle's avatar aboeckle
Browse files

no-jira: Deactivate sorting for settings column

parent 8f4d794f
No related branches found
No related tags found
No related merge requests found
...@@ -239,7 +239,7 @@ implements SortableFlexiTableDataModel<ContactTracingLocation>, FilterableFlexiT ...@@ -239,7 +239,7 @@ implements SortableFlexiTableDataModel<ContactTracingLocation>, FilterableFlexiT
@Override @Override
public boolean sortable() { public boolean sortable() {
return true; return this != settings;
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment