1
0
forked from baron/baron-sso

i18n 및 flutter 린트/포멧 정리

This commit is contained in:
2026-02-27 14:46:25 +09:00
parent 5859118936
commit 00e36b429a
8 changed files with 52 additions and 26 deletions

View File

@@ -326,7 +326,9 @@ function ClientConsentsPage() {
scopeFilter.length === allScopes.length &&
allScopes.length > 0
}
onChange={(e) => handleAllScopesChange(e.target.checked)}
onChange={(e) =>
handleAllScopesChange(e.target.checked)
}
/>
ALL
</label>