CSR-174: remove no longer needed prop
This commit is contained in:
parent
82924a69b9
commit
c5ceb36cfd
2 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ export default {
|
|||
props: {
|
||||
text: String,
|
||||
hasBackButton: Boolean,
|
||||
backButtonUrl: String,
|
||||
backButtonAccessibleText: String,
|
||||
backButtonAction: Function,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
<div class="row">
|
||||
<div class="col my-3 d-flex align-items-center">
|
||||
<buttonBack
|
||||
backButtonUrl="#"
|
||||
backButtonAccessibleText="Back button label"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue