This commit is contained in:
2020-12-07 20:35:19 +00:00
parent 4d2ece97a9
commit e3b66c07db

View File

@@ -47,7 +47,6 @@ export default {
vm.appBar.title = ctx.title;
vm.appBar.readOnly = ctx.readOnly;
if (ctx.readOnly === true) {
vm.appBar.color = "readonlybanner";
} else {