Fixed +child button not disabled when no permission
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
{{ suggestion.details.name }}
|
{{ suggestion.details.name }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-btn
|
<v-btn
|
||||||
:disabled="noChildInsert"
|
:disabled="noChildInsert || context.editPermission === false"
|
||||||
tile
|
tile
|
||||||
plain
|
plain
|
||||||
data-id="insert-any-property-btn"
|
data-id="insert-any-property-btn"
|
||||||
|
|||||||
Reference in New Issue
Block a user