fix: Error on webhooks page exporting client only comp directly (#18118)

* fix: Error on webhooks page exporting client only comp directly

* Wrap correctly, WebhooksView contains dynamic logic in the SettingsHeader
This commit is contained in:
Alex van Andel
2024-12-11 19:42:04 +00:00
committed by GitHub
parent 95b4f67842
commit 2aeb290bda
@@ -9,4 +9,8 @@ export const generateMetadata = async () =>
(t) => t("add_webhook_description", { appName: APP_NAME })
);
export default WebhooksView;
const WebhooksViewServerWrapper = async () => {
return <WebhooksView />;
};
export default WebhooksViewServerWrapper;