Only show select all label if actual checkbox is shown, add localization

This commit is contained in:
guerler
2023-05-03 14:23:28 -04:00
committed by Assunta DeSanto
parent 65f858bca3
commit ecdd091c0c
@@ -103,8 +103,10 @@ watch(
v-model="selectAll"
:indeterminate="selectAllIndeterminate"
class="d-inline select-all-checkbox"
@change="onSelectAll" />
Select/Unselect All
@change="onSelectAll"
v-localize>
Select/Unselect All
</b-form-checkbox>
<form-drilldown-list
:multiple="props.multiple"
:current-value="currentValue"