Add Panel For Cache Key Value Selection And Deletion (#3266)
This commit is contained in:
@@ -2,7 +2,7 @@ import { create } from "zustand";
|
||||
|
||||
type WorkflowPanelState = {
|
||||
active: boolean;
|
||||
content: "parameters" | "nodeLibrary";
|
||||
content: "cacheKeyValues" | "parameters" | "nodeLibrary";
|
||||
data?: {
|
||||
previous?: string | null;
|
||||
next?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user