1
0
forked from baron/baron-sso

i18n 누락 키 추가 및 flutter 린트 적용

This commit is contained in:
2026-02-26 14:04:28 +09:00
parent 39062e1773
commit 9a409689ee
8 changed files with 20 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ function ClientConsentsPage() {
}),
].join("\n");
const blob = new Blob(["\uFEFF" + csvContent], {
const blob = new Blob([`\uFEFF${csvContent}`], {
type: "text/csv;charset=utf-8;",
});
const url = URL.createObjectURL(blob);