Skip to content

Commit eab06e3

Browse files
authored
Merge pull request Expensify#76245 from software-mansion-labs/fix/offline-require-saml
[CP Staging] fix: SAML required toggle not being greyed out in offline mode
2 parents c13d47d + 6c55cf2 commit eab06e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)