CSR-1381- Tech review changes
A couple of things Mark found I forgot to fix
This commit is contained in:
parent
f9c5d10ede
commit
fe215b33c3
2 changed files with 2 additions and 5 deletions
|
|
@ -33,9 +33,9 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
hasBackButton: Boolean,
|
hasBackButton: Boolean,
|
||||||
cmsWidgetName: String,
|
cmsWidgetName: String,
|
||||||
headerVerticalAlignment: {
|
headerColor: {
|
||||||
type: String,
|
type: String,
|
||||||
default: "center",
|
default: "dark-header",
|
||||||
},
|
},
|
||||||
leftAlignHeader: {
|
leftAlignHeader: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
|
||||||
|
|
@ -54,9 +54,6 @@ export default {
|
||||||
return {};
|
return {};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
openModalAction(modalName) {
|
|
||||||
this.$refs[modalName].openModal();
|
|
||||||
},
|
|
||||||
arePagePrerequisitesValid() {
|
arePagePrerequisitesValid() {
|
||||||
// TODO
|
// TODO
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue