Merge pull request #262 from Safelite/BRM-code-cleanup

Remove unneeded code.
This commit is contained in:
bmauger 2022-03-01 08:27:24 -05:00 committed by GitHub
commit 96b1042d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>