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: {
|
props: {
|
||||||
text: String,
|
text: String,
|
||||||
hasBackButton: Boolean,
|
hasBackButton: Boolean,
|
||||||
backButtonUrl: String,
|
|
||||||
backButtonAccessibleText: String,
|
backButtonAccessibleText: String,
|
||||||
backButtonAction: Function,
|
backButtonAction: Function,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue