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.
2 parents 7b5a212 + 0e5dbac commit c22cbdaCopy full SHA for c22cbda
1 file changed
packages/ui-extensions/src/surfaces/point-of-sale/components/Actiontem/ActionItem.ts
@@ -5,7 +5,7 @@ export interface ActionItemProps {
5
subtitle?: string;
6
enabled?: boolean;
7
onPress: () => void;
8
- badgeValue: number;
+ badgeValue?: number;
9
destructive?: boolean;
10
}
11
0 commit comments