diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index ec1d46a46..5a55e2be8 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -31,7 +31,6 @@ export default { name: "listButton", mixins: [inputButtonWrapperMixin], props: { - selectingInitiatesLoad: Boolean, loaderColor: String, loaderPosition: { type: String, diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index 1564f3920..90e575ffd 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -57,12 +57,30 @@ export default {