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: {
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;