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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user