mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
fixed Form alignment for edit webhook page. (#5793)
* fixed Form alignment for edit webhook page. * minor fix
This commit is contained in:
parent
00e25ade91
commit
006b1fe1a4
@ -98,6 +98,7 @@ const EditWebhookPage: FunctionComponent = () => {
|
||||
|
||||
return (
|
||||
<PageContainerV1>
|
||||
<div className="tw-self-center">
|
||||
{!isLoading ? (
|
||||
<AddWebhook
|
||||
allowAccess={isAdminUser || isAuthDisabled}
|
||||
@ -113,6 +114,7 @@ const EditWebhookPage: FunctionComponent = () => {
|
||||
) : (
|
||||
<Loader />
|
||||
)}
|
||||
</div>
|
||||
</PageContainerV1>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user