mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: project settings layout render in export (#2746)
This commit is contained in:
parent
2748133bd0
commit
6f580ce2d9
@ -9,16 +9,12 @@ import ExportGuide from "components/exporter/guide";
|
|||||||
import { NextPageWithLayout } from "types/app";
|
import { NextPageWithLayout } from "types/app";
|
||||||
|
|
||||||
const ExportsPage: NextPageWithLayout = () => (
|
const ExportsPage: NextPageWithLayout = () => (
|
||||||
<AppLayout header={<WorkspaceSettingHeader title="Export Settings" />}>
|
|
||||||
<WorkspaceSettingLayout>
|
|
||||||
<div className="pr-9 py-8 w-full overflow-y-auto">
|
<div className="pr-9 py-8 w-full overflow-y-auto">
|
||||||
<div className="flex items-center py-3.5 border-b border-custom-border-100">
|
<div className="flex items-center py-3.5 border-b border-custom-border-100">
|
||||||
<h3 className="text-xl font-medium">Exports</h3>
|
<h3 className="text-xl font-medium">Exports</h3>
|
||||||
</div>
|
</div>
|
||||||
<ExportGuide />
|
<ExportGuide />
|
||||||
</div>
|
</div>
|
||||||
</WorkspaceSettingLayout>
|
|
||||||
</AppLayout>
|
|
||||||
);
|
);
|
||||||
|
|
||||||
ExportsPage.getLayout = function getLayout(page: ReactElement) {
|
ExportsPage.getLayout = function getLayout(page: ReactElement) {
|
||||||
|
Loading…
Reference in New Issue
Block a user