Skip to content

Commit b020439

Browse files
committed
remove footer
1 parent 1e3be37 commit b020439

File tree

1 file changed

+1
-2
lines changed
  • apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/webhooks/components

1 file changed

+1
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/webhooks/components/webhooks-table.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function TestWebhookModal({
288288
<ModalHeader>Test Webhook</ModalHeader>
289289
<ModalCloseButton />
290290
<ModalBody>
291-
<div className="flex flex-col gap-4">
291+
<div className="flex flex-col gap-4 pb-2">
292292
<FormItem>
293293
<FormLabel>URL</FormLabel>
294294
<span className="font-mono">{webhook.url}</span>
@@ -312,7 +312,6 @@ function TestWebhookModal({
312312
</div>
313313
</ModalBody>
314314
</ModalContent>
315-
<ModalFooter />
316315
</Modal>
317316
);
318317
}

0 commit comments

Comments
 (0)