Simplify column toggling in report spec

* This partly reverts 3a957fb988.
This commit is contained in:
Maikel Linke
2024-01-04 16:53:36 +11:00
parent dcc962a8fd
commit 883bfcdf0d
4 changed files with 12 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
.ofn-drop-down.ofn-drop-down-v2{ id: @id, data: { controller: "multiple-checked-select" } }
.ofn-drop-down.ofn-drop-down-v2{ data: { controller: "multiple-checked-select" } }
%div.ofn-drop-down-label{ "data-multiple-checked-select-target": "button" }
%span{class: "label"}= t('admin.columns')
%span{ class: "icon-caret-down", "data-multiple-checked-select-target": "caret" }