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 30a5ec0 commit 68d00a7Copy full SHA for 68d00a7
packages/ra-ui-materialui/src/layout/LoadingIndicator.tsx
@@ -44,7 +44,9 @@ export const LoadingIndicator = (inProps: LoadingIndicatorProps) => {
44
title={
45
<Translate
46
i18nKey="ra.notifications.pending_operations"
47
- options={{ smart_count: 1 }}
+ options={{
48
+ smart_count: pendingMutations.length,
49
+ }}
50
>
51
{pendingMutations.length > 1
52
? `There are ${pendingMutations.length} pending
0 commit comments