Add Panel For Cache Key Value Selection And Deletion (#3266)

This commit is contained in:
Jonathan Dobson
2025-08-21 19:13:36 -04:00
committed by GitHub
parent 00db70cdc8
commit c54ba42bb9
9 changed files with 627 additions and 40 deletions

View File

@@ -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;