fix(dashboard): point webhook-disabled hint at Channels page (#43324)

The webhook 'platform disabled' card told users to enable it 'in your
messaging settings' — no such page exists. The webhook platform is
enabled on the Channels page (nav label), matching how every other
dashboard page refers to it.
This commit is contained in:
Teknium 2026-06-09 22:41:52 -07:00 committed by GitHub
parent f1b8519670
commit ea7981eba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -381,8 +381,8 @@ export default function WebhooksPage() {
<div className="flex flex-col gap-1">
<span className="font-medium">Webhook platform disabled</span>
<span className="text-muted-foreground">
The webhook platform must be enabled in your messaging settings
before you can create subscriptions. Enable it, then return to
The webhook platform must be enabled on the Channels page before
you can create subscriptions. Enable it there, then return to
this page.
</span>
</div>