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: {
|
||||
hasBackButton: Boolean,
|
||||
cmsWidgetName: String,
|
||||
headerVerticalAlignment: {
|
||||
headerColor: {
|
||||
type: String,
|
||||
default: "center",
|
||||
default: "dark-header",
|
||||
},
|
||||
leftAlignHeader: {
|
||||
type: Boolean,
|
||||
|
|
|
|||
|
|
@ -54,9 +54,6 @@ export default {
|
|||
return {};
|
||||
},
|
||||
methods: {
|
||||
openModalAction(modalName) {
|
||||
this.$refs[modalName].openModal();
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
// TODO
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue