Re-enable prettier

This commit is contained in:
Julian Stirling 2026-02-19 11:11:54 +00:00
parent 7267f4557a
commit 6606754aef
5 changed files with 12 additions and 14 deletions

View file

@ -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;