Skip to content

Commit

Permalink
fix: offline behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Mar 28, 2024
1 parent 42efe87 commit 4e25092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMoreFeaturesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function WorkspaceMoreFeaturesPage({policy, route}: WorkspaceMoreFeaturesPagePro
titleTranslationKey: 'workspace.moreFeatures.connections.title',
subtitleTranslationKey: 'workspace.moreFeatures.connections.subtitle',
isActive: !!policy?.areConnectionsEnabled,
pendingAction: policy?.pendingFields?.connections,
pendingAction: policy?.pendingFields?.areConnectionsEnabled,
action: (isEnabled: boolean) => {
Policy.enablePolicyConnections(policy?.id ?? '', isEnabled);
},
Expand Down

0 comments on commit 4e25092

Please sign in to comment.