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: {
text: String,
hasBackButton: Boolean,
backButtonUrl: String,
backButtonAccessibleText: String,
backButtonAction: Function,
},

View file

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