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:
parent
f1b8519670
commit
ea7981eba7
@ -381,8 +381,8 @@ export default function WebhooksPage() {
|
|||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
<span className="font-medium">Webhook platform disabled</span>
|
<span className="font-medium">Webhook platform disabled</span>
|
||||||
<span className="text-muted-foreground">
|
<span className="text-muted-foreground">
|
||||||
The webhook platform must be enabled in your messaging settings
|
The webhook platform must be enabled on the Channels page before
|
||||||
before you can create subscriptions. Enable it, then return to
|
you can create subscriptions. Enable it there, then return to
|
||||||
this page.
|
this page.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user