We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ae94d commit 514725dCopy full SHA for 514725d
packages/compass-global-writes/src/store/index.ts
@@ -66,6 +66,7 @@ export function activateGlobalWritesPlugin(
66
namespace: options.namespace,
67
status: ShardingStatuses.NOT_READY,
68
shardZones: [],
69
+ isPluginTitleVisible: true,
70
},
71
applyMiddleware(
72
thunk.withExtraArgument({
packages/compass-global-writes/src/store/reducer.ts
@@ -798,7 +798,7 @@ export const setPluginTitleVisibility = (
798
status === ShardingStatuses.SHARDING &&
799
!pollingTimeout
800
) {
801
- dispatch(pollForShardKey());
+ void dispatch(fetchNamespaceShardKey());
802
}
803
};
804
0 commit comments