Merge pull request #1298 from Safelite/feature/CSR-1381-tech-review-changes
Feature/csr 1381 tech review changes
This commit is contained in:
commit
01c58d312f
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