Skip to content

Commit

Permalink
fix: remove empty title prop
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Feb 23, 2024
1 parent e09f279 commit f35add8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export const IncomingWebhooksEventsModal = ({
<FormTemplate
loading={loading && incomingWebhookEvents.length === 0}
modal
title=''
description='Incoming Webhooks allow third-party services to send observable events to Unleash.'
documentationLink='https://docs.getunleash.io/reference/incoming-webhooks'
documentationLinkLabel='Incoming webhooks documentation'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const IncomingWebhooksModal = ({
<FormTemplate
loading={loading}
modal
title=''
description='Incoming Webhooks allow third-party services to send observable events to Unleash.'
documentationLink='https://docs.getunleash.io/reference/incoming-webhooks'
documentationLinkLabel='Incoming webhooks documentation'
Expand Down

0 comments on commit f35add8

Please sign in to comment.