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 dfc7bee commit 22f9a0bCopy full SHA for 22f9a0b
packages/module/src/BulkSelect/BulkSelect.tsx
@@ -125,7 +125,7 @@ export const BulkSelect: FC<BulkSelectProps> = ({
125
>
126
{selectedCount > 0 ? (
127
<span data-ouia-component-id={`${ouiaId}-text`}>
128
- {`${selectedCount} selected`}
+ {`${selectedCount} selected`}
129
</span>
130
) : null}
131
</MenuToggleCheckbox>
0 commit comments