Re-enable prettier
This commit is contained in:
parent
7267f4557a
commit
6606754aef
5 changed files with 12 additions and 14 deletions
|
|
@ -193,9 +193,7 @@ export default {
|
|||
}
|
||||
},
|
||||
isDisabled() {
|
||||
return !this.dataSchema?.forms?.some(form =>
|
||||
form.op?.includes('writeproperty')
|
||||
);
|
||||
return !this.dataSchema?.forms?.some((form) => form.op?.includes("writeproperty"));
|
||||
},
|
||||
useDropdown: function () {
|
||||
if (this.options === null) return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue