mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
fix: build issue
This commit is contained in:
@ -7,7 +7,7 @@ import { createCallable } from 'react-call';
|
|||||||
|
|
||||||
import { toFriendlyWebhookEventName } from '@documenso/lib/universal/webhook/to-friendly-webhook-event-name';
|
import { toFriendlyWebhookEventName } from '@documenso/lib/universal/webhook/to-friendly-webhook-event-name';
|
||||||
import { trpc } from '@documenso/trpc/react';
|
import { trpc } from '@documenso/trpc/react';
|
||||||
import type { TFindWebhookLogsResponse } from '@documenso/trpc/server/webhook-router/find-webhook-logs.types';
|
import type { TFindWebhookCallsResponse } from '@documenso/trpc/server/webhook-router/find-webhook-calls.types';
|
||||||
import { CopyTextButton } from '@documenso/ui/components/common/copy-text-button';
|
import { CopyTextButton } from '@documenso/ui/components/common/copy-text-button';
|
||||||
import { cn } from '@documenso/ui/lib/utils';
|
import { cn } from '@documenso/ui/lib/utils';
|
||||||
import { Button } from '@documenso/ui/primitives/button';
|
import { Button } from '@documenso/ui/primitives/button';
|
||||||
@ -15,7 +15,7 @@ import { Sheet, SheetContent, SheetTitle } from '@documenso/ui/primitives/sheet'
|
|||||||
import { useToast } from '@documenso/ui/primitives/use-toast';
|
import { useToast } from '@documenso/ui/primitives/use-toast';
|
||||||
|
|
||||||
export type WebhookLogsSheetProps = {
|
export type WebhookLogsSheetProps = {
|
||||||
webhookCall: TFindWebhookLogsResponse['data'][number];
|
webhookCall: TFindWebhookCallsResponse['data'][number];
|
||||||
};
|
};
|
||||||
|
|
||||||
export const WebhookLogsSheet = createCallable<WebhookLogsSheetProps, string | null>(
|
export const WebhookLogsSheet = createCallable<WebhookLogsSheetProps, string | null>(
|
||||||
|
|||||||
Reference in New Issue
Block a user