mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 16:38:17 +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 (
|
return (
|
||||||
<PageContainerV1>
|
<PageContainerV1>
|
||||||
|
<div className="tw-self-center">
|
||||||
{!isLoading ? (
|
{!isLoading ? (
|
||||||
<AddWebhook
|
<AddWebhook
|
||||||
allowAccess={isAdminUser || isAuthDisabled}
|
allowAccess={isAdminUser || isAuthDisabled}
|
||||||
@ -113,6 +114,7 @@ const EditWebhookPage: FunctionComponent = () => {
|
|||||||
) : (
|
) : (
|
||||||
<Loader />
|
<Loader />
|
||||||
)}
|
)}
|
||||||
|
</div>
|
||||||
</PageContainerV1>
|
</PageContainerV1>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user