From 7cbb5146212ca8823851fa18bd811a87ca7c6b6f Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 7 Nov 2024 10:13:43 +0700 Subject: [PATCH] refactor: add id at input license number --- src/components/01_branch-management/FormBranchInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/01_branch-management/FormBranchInformation.vue b/src/components/01_branch-management/FormBranchInformation.vue index 46726096..5eb6a751 100644 --- a/src/components/01_branch-management/FormBranchInformation.vue +++ b/src/components/01_branch-management/FormBranchInformation.vue @@ -198,7 +198,7 @@ function formatCode(input: string | undefined, type: 'code' | 'number') { v-model="permitNo" :rules="[(val) => val && val.length > 0]" :error-message="$t('form.error.required')" - for="input-name" + for="input-license-number" />