forked from baron/baron-sso
code check 오류 수정
This commit is contained in:
@@ -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 포함")}
|
||||
|
||||
Reference in New Issue
Block a user