diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-22 06:25:28 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-22 06:25:28 +0000 |
| commit | 1aa6e3bde9293bee8395795f8dd8f975ff67560c (patch) | |
| tree | da3497a20da8866de39e7199ca8dfdd731f8d8b1 /lib/risk-management/table/user-combo-box.tsx | |
| parent | a9431a63382576d60329c378a37a6215d1f5b7d5 (diff) | |
| parent | 163850f8fff72411a64f533f412e762b8f36e78f (diff) | |
Merge branch 'dujinkim' of https://github.com/DTS-Development/SHI_EVCP into dujinkim
Diffstat (limited to 'lib/risk-management/table/user-combo-box.tsx')
| -rw-r--r-- | lib/risk-management/table/user-combo-box.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/risk-management/table/user-combo-box.tsx b/lib/risk-management/table/user-combo-box.tsx index e319b538..30ffb11a 100644 --- a/lib/risk-management/table/user-combo-box.tsx +++ b/lib/risk-management/table/user-combo-box.tsx @@ -82,7 +82,7 @@ function UserComboBox(props: UserComboBoxProps) { value={inputValue} onValueChange={setInputValue} /> - <CommandEmpty>검색 결과가 존재하지 않아요.</CommandEmpty> + <CommandEmpty>검색 결과가 존재하지 않습니다.</CommandEmpty> <CommandGroup className="max-h-[200px] overflow-y-auto"> {users.map((user) => ( <CommandItem |
