fix: Webhook settings list not having enough padding on the top (#11878)

pull/11858/merge
Meenu Yadav 2023-10-16 14:30:15 +05:30 committed by GitHub
parent 899b59620d
commit e4011b4a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const WebhooksView = () => {
<></>
)
}
borderInShellHeader={!(data && data.webhookGroups.length > 0)}
borderInShellHeader={data && data.profiles.length === 1}
/>
<div>
<WebhooksList webhooksByViewer={data} />