diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 00874a385..feb65ffd9 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -20,7 +20,6 @@ export default { isRequired: Boolean, hasIcon: Boolean,// If input has an icon iconRight: Boolean,// Place icon on right side of text input, otherwise default is left if hasIcon prop is used - iconURL: String, hasError: Boolean, } }; diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index d9d6ca37f..63df009e2 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -33,7 +33,6 @@ placeholderText="Text Input Label" inputID="test-text-input" hasIcon - imgUrl="~@/assets/img/icons/spinner.svg" /> @@ -46,7 +45,6 @@ inputID="test-text-input" hasIcon iconRight - imgUrl="~@/assets/img/icons/spinner.svg" />