CSR-174: remove no longer needed prop

This commit is contained in:
Adam Caouette 2021-12-28 09:50:58 -05:00
parent 82924a69b9
commit c5ceb36cfd
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ export default {
props: { props: {
text: String, text: String,
hasBackButton: Boolean, hasBackButton: Boolean,
backButtonUrl: String,
backButtonAccessibleText: String, backButtonAccessibleText: String,
backButtonAction: Function, backButtonAction: Function,
}, },

View file

@ -40,7 +40,6 @@
<div class="row"> <div class="row">
<div class="col my-3 d-flex align-items-center"> <div class="col my-3 d-flex align-items-center">
<buttonBack <buttonBack
backButtonUrl="#"
backButtonAccessibleText="Back button label" backButtonAccessibleText="Back button label"
/> />
</div> </div>