Skip to content

Commit

Permalink
remove old pipelineManagerStore
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Feb 11, 2025
1 parent f1f8a32 commit 80c84f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
2 changes: 1 addition & 1 deletion assets/javascript/apps/pipeline/nodes/GetInputWidget.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import {JsonSchema, NodeParams, PropertySchema} from "../types/nodeParams";
import usePipelineStore from "../stores/pipelineManagerStore";
import usePipelineStore from "../stores/pipelineStore";
import {getWidget} from "./widgets";

type GetWidgetsParams = {
Expand Down
122 changes: 0 additions & 122 deletions assets/javascript/apps/pipeline/stores/pipelineManagerStore.ts

This file was deleted.

0 comments on commit 80c84f5

Please sign in to comment.