NC PropertyAction Delete-All, do not test length if value is nu… (#7242)
This commit is contained in:
@@ -565,7 +565,7 @@
|
||||
|
||||
function updatePropertyActionStates() {
|
||||
copyAllEntriesAction.isDisabled = !model.value || model.value.length === 0;
|
||||
removeAllEntriesAction.isDisabled = model.value.length === 0;
|
||||
removeAllEntriesAction.isDisabled = !model.value || model.value.length === 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user