Skip to content

Commit 95da440

Browse files
lakchoteOSBotify
authored andcommitted
Merge pull request #76245 from software-mansion-labs/fix/offline-require-saml
[CP Staging] fix: SAML required toggle not being greyed out in offline mode (cherry picked from commit eab06e3) (cherry-picked to staging by marcaaron)
1 parent c361ef5 commit 95da440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selectors/Domain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const domainSamlSettingsStateSelector = (domain: OnyxEntry<Domain>) =>
88
? {
99
isSamlEnabledLoading: domain.isSamlEnabledLoading,
1010
samlEnabledError: domain.samlEnabledError,
11-
isSamlRequiredLoading: domain.isSamlEnabledLoading,
11+
isSamlRequiredLoading: domain.isSamlRequiredLoading,
1212
samlRequiredError: domain.samlRequiredError,
1313
}
1414
: undefined;

0 commit comments

Comments
 (0)