1
0
forked from baron/baron-sso

code check 오류 수정

This commit is contained in:
2026-05-15 19:49:16 +09:00
parent cd16cb3a4a
commit e01b3475ec
13 changed files with 14726 additions and 27 deletions

View File

@@ -490,6 +490,7 @@ function UserListPage() {
onClick={() => handleExport(false)}
className="gap-2"
disabled={exportMutation.isPending}
data-testid="user-export-without-ids-btn"
>
<FileDown size={16} />
{t("ui.common.export_without_ids", "UUID 제외 내보내기")}
@@ -499,6 +500,7 @@ function UserListPage() {
onClick={() => handleExport(true)}
className="gap-2"
disabled={exportMutation.isPending}
data-testid="user-export-with-ids-btn"
>
<FileDown size={16} />
{t("ui.common.export_with_ids", "UUID 포함")}