This commit is contained in:
@@ -47,7 +47,6 @@ export default {
|
|||||||
vm.appBar.title = ctx.title;
|
vm.appBar.title = ctx.title;
|
||||||
vm.appBar.readOnly = ctx.readOnly;
|
vm.appBar.readOnly = ctx.readOnly;
|
||||||
|
|
||||||
|
|
||||||
if (ctx.readOnly === true) {
|
if (ctx.readOnly === true) {
|
||||||
vm.appBar.color = "readonlybanner";
|
vm.appBar.color = "readonlybanner";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user