Change IsLockedOut property to readonly when it's true (only allow unlocking members)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
<umb-toggle input-id="{{model.alias}}"
|
||||
checked="renderModel.value"
|
||||
disabled="model.readonly"
|
||||
on-click="toggle()"
|
||||
show-labels="{{model.config.showLabels}}"
|
||||
label-position="right"
|
||||
|
||||
Reference in New Issue
Block a user