forked from baron/baron-sso
i18n 및 flutter 린트/포멧 정리
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user