From a64c543b2f1156b143673346794842736af8e802 Mon Sep 17 00:00:00 2001 From: George Drummond Date: Mon, 7 Jan 2019 15:31:37 -0500 Subject: [PATCH] Remove unused declaration --- templates/components/text_input.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/text_input.html b/templates/components/text_input.html index baf04b44..78b858b0 100644 --- a/templates/components/text_input.html +++ b/templates/components/text_input.html @@ -25,7 +25,7 @@
+ v-bind:class="['usa-input usa-input--validation--' + validation, { 'usa-input--error': showError, 'usa-input--success': showValid, 'usa-input--validation--paragraph': paragraph, 'no-max-width': noMaxWidth }]">