Skip to content

Commit 2783846

Browse files
committed
fix(canary): add pressure-phone widget on WidgetActions
1 parent 6172b7d commit 2783846

File tree

1 file changed

+1
-0
lines changed
  • clients/packages/canary-client/src/scenes/WidgetActions

1 file changed

+1
-0
lines changed

clients/packages/canary-client/src/scenes/WidgetActions/Labels.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const labels: Record<string, { title: string; count: string }> = {
33
form: { title: "Formulário", count: "envios" },
44
donation: { title: "Doação", count: "doações" },
55
phone: { title: "Telefone", count: "pressões" },
6+
"pressure-phone": { title: "Telefone", count: "pressões" },
67
plip: { title: "PLIP", count: "formulários" },
78
};
89

0 commit comments

Comments
 (0)