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: {
hasBackButton: Boolean,
cmsWidgetName: String,
headerVerticalAlignment: {
headerColor: {
type: String,
default: "center",
default: "dark-header",
},
leftAlignHeader: {
type: Boolean,

View file

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