missed one

This commit is contained in:
Katie Kroell 2026-02-27 11:58:00 -05:00
parent 2c810282fd
commit bf93a57dce

View file

@ -37,9 +37,6 @@ export default {
modalHeaderText() {
return this.getCmsContent(this.cmsWidgetName, 'HeaderText');
},
modalFooterText() {
return this.getCmsContent(this.cmsWidgetName, 'FooterText');
},
modalImage() {
return this.getCmsContent(this.cmsWidgetName, 'Image');
},