From b4a9b8161bdce576fa61b1f890f295b47dcaabab Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:39:19 +0000 Subject: [PATCH] fix(input): fix typo in class names (#350) (#351) fix #350 --- lib/components/SInputBase.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/components/SInputBase.vue b/lib/components/SInputBase.vue index 9c5b3557..3005cb7f 100644 --- a/lib/components/SInputBase.vue +++ b/lib/components/SInputBase.vue @@ -84,23 +84,23 @@ function getErrorMsg(validation: Validatable) {