Remove unneeded code.

This commit is contained in:
bmauger 2022-03-01 08:14:47 -05:00
parent 0be19bebd8
commit 0684a75f40
2 changed files with 0 additions and 3 deletions

View file

@ -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,
}
};

View file

@ -33,7 +33,6 @@
placeholderText="Text Input Label"
inputID="test-text-input"
hasIcon
imgUrl="~@/assets/img/icons/spinner.svg"
/>
</div>
</div>
@ -46,7 +45,6 @@
inputID="test-text-input"
hasIcon
iconRight
imgUrl="~@/assets/img/icons/spinner.svg"
/>
</div>
</div>