Skip to content

Commit e24e584

Browse files
committed
chore: merge feat/agent-storybook-gallery (review fixes round 3)
2 parents a026776 + eeabff0 commit e24e584

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • apps/webapp/app/components/dashboard-agent/demo/fixtures

apps/webapp/app/components/dashboard-agent/demo/fixtures/watches.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export const demoErrorRecurrenceWatch = watch(
6868
"email-sends",
6969
{
7070
kind: "error_recurrence",
71-
fingerprint: DEMO_WORLD.errorFingerprint,
71+
// The page cites `error_<fingerprint>`, the spec keeps the bare form.
72+
fingerprint: DEMO_WORLD.errorFingerprint.replace(/^error_/, ""),
7273
note: "Tell me if the rate-limit error comes back.",
7374
maxHours: 12,
7475
checkEveryMinutes: 15,

0 commit comments

Comments
 (0)