Skip to content

Commit 6c55cf2

Browse files
committed
fix: SAML required toggle not being greyed out in offline mode
1 parent 8f6de1c commit 6c55cf2

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)