Merge pull request #34 from Safelite/feature/digital/SSR-111

Deleted backButtonAccessibleText prop
This commit is contained in:
katiekroell 2022-11-07 10:41:33 -05:00 committed by GitHub
commit c9c2f00519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,6 @@ import buttonBack from "@/common-components/site-sub-header/button-back/button-b
props: {
cmsWidgetName: String,
hasBackButton: Boolean,
backButtonAccessibleText: String,
},
computed: {
content()