Skip to content

Commit 75a2b66

Browse files
committed
feat: add DFlowExport component to DResizable story for flow export functionality
1 parent 88b203a commit 75a2b66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/d-resizable/DResizable.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
NamespacesProjectsFlowsCreateInput,
3737
NamespacesProjectsFlowsCreatePayload, NamespacesProjectsFlowsDeleteInput, NamespacesProjectsFlowsDeletePayload
3838
} from "@code0-tech/sagittarius-graphql-types";
39+
import {DFlowExport} from "../d-flow/export/DFlowExport";
3940

4041
const meta: Meta = {
4142
title: "Dashboard Resizable",
@@ -179,6 +180,7 @@ const FlowExample = () => {
179180
<Background variant={BackgroundVariant.Dots} color="rgba(255,255,255, .05)" gap={8} size={2}/>
180181
<DFlowControl/>
181182
<DFlowValidation flowId={"gid://sagittarius/Flow/1"}/>
183+
<DFlowExport flowId={"gid://sagittarius/Flow/1"}/>
182184
{/*<DFlowViewportMiniMap/>*/}
183185
</DFlow>
184186
}

0 commit comments

Comments
 (0)