From 31b4daf42b64e297f45adbe82b63effb24437a81 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:11:35 +0700 Subject: [PATCH] feat(biz-type): add create button on empty --- .../shared/select/SelectBusinessType.vue | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/components/shared/select/SelectBusinessType.vue b/src/components/shared/select/SelectBusinessType.vue index e7c45f41..34c14b68 100644 --- a/src/components/shared/select/SelectBusinessType.vue +++ b/src/components/shared/select/SelectBusinessType.vue @@ -95,6 +95,37 @@ function setDefaultValue() { {{ (lang ?? $i18n.locale) !== 'eng' ? opt.name : opt.nameEN }} + +