Skip to content

Commit ab07950

Browse files
committed
feat: update flow types in flow_types.json for HTTP adapter and modify DResizable story to reflect changes
1 parent 073d2cf commit ab07950

File tree

2 files changed

+1153
-2
lines changed

2 files changed

+1153
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const Dashboard = () => {
7373
const [flowStore, flowService] = useReactiveArrayService<FlowView, DFlowReactiveService>(DFlowReactiveServiceExtend, [new FlowView({
7474
id: "gid://sagittarius/Flow/1",
7575
type: {
76-
id: "gid://sagittarius/TypesFlowType/842",
76+
id: "gid://sagittarius/FlowType/867",
7777
},
7878
name: "de/codezero/examples/REST Flow",
7979
settings: {

0 commit comments

Comments
 (0)