Use input-id on toggle in profiler dashboard

This commit is contained in:
Bjarne Fyrstenborg
2019-12-06 13:04:03 +01:00
committed by Kenn Jacobsen
parent 56b0480d4f
commit c692bd997a

View File

@@ -27,7 +27,7 @@
</div>
<div class="mb4">
<div class="flex items-center">
<umb-toggle checked="vm.alwaysOn" id="profilerAlwaysOn" on-click="vm.toggle()"></umb-toggle>
<umb-toggle checked="vm.alwaysOn" input-id="profilerAlwaysOn" on-click="vm.toggle()"></umb-toggle>
<label for="profilerAlwaysOn" class="mb0 ml2">
<localize key="profiling_activateByDefault">Activate the profiler by default</localize>
</label>