Merge pull request #1298 from Safelite/feature/CSR-1381-tech-review-changes

Feature/csr 1381 tech review changes
This commit is contained in:
Leah Schumann 2023-08-09 08:27:28 -04:00 committed by GitHub
commit 01c58d312f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -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,

View file

@ -54,9 +54,6 @@ export default {
return {}; return {};
}, },
methods: { methods: {
openModalAction(modalName) {
this.$refs[modalName].openModal();
},
arePagePrerequisitesValid() { arePagePrerequisitesValid() {
// TODO // TODO
return true; return true;