CSR-1381- Tech review changes

A couple of things Mark found I forgot to fix
This commit is contained in:
Leah Schumann 2023-08-09 06:26:44 -04:00
parent f9c5d10ede
commit fe215b33c3
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;