moved embed and webhooks from settings into /integrations (#978)
This commit is contained in:
@@ -11,7 +11,7 @@ import Button from "@components/ui/Button";
|
||||
|
||||
export default function WebhookListItem(props: {
|
||||
onChange: () => void;
|
||||
key: number;
|
||||
key: string;
|
||||
webhook: Webhook;
|
||||
onEditWebhook: () => void;
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user