Skip to content

Commit 68d00a7

Browse files
committed
Fix LoadingIndicator
1 parent 30a5ec0 commit 68d00a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ra-ui-materialui/src/layout/LoadingIndicator.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ export const LoadingIndicator = (inProps: LoadingIndicatorProps) => {
4444
title={
4545
<Translate
4646
i18nKey="ra.notifications.pending_operations"
47-
options={{ smart_count: 1 }}
47+
options={{
48+
smart_count: pendingMutations.length,
49+
}}
4850
>
4951
{pendingMutations.length > 1
5052
? `There are ${pendingMutations.length} pending

0 commit comments

Comments
 (0)