Use the correct prop name
This commit is contained in:
parent
ad40194e10
commit
48cf80aabf
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export default {
|
||||||
if (this.isOverflowScrollable) {
|
if (this.isOverflowScrollable) {
|
||||||
return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0";
|
return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0";
|
||||||
}
|
}
|
||||||
else if (this.buttonType == "listCard") {
|
else if (this.buttonTypeString === "listCard") {
|
||||||
return "w-100";
|
return "w-100";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue