diff --git a/web/src/Playground.tsx b/web/src/Playground.tsx index 6af4701..d22a431 100644 --- a/web/src/Playground.tsx +++ b/web/src/Playground.tsx @@ -73,7 +73,7 @@ function Playground() { const [applyOverlayMode, setApplyOverlayMode] = useState< "original+overlay" | "jsonpathexplorer" >("original+overlay"); - let appliedPanelTitle = "Original + Overlay"; + let appliedPanelTitle = "Original + Edits"; if (applyOverlayMode == "jsonpathexplorer") { appliedPanelTitle = "JSONPath Explorer"; } @@ -398,6 +398,9 @@ function Playground() { .
++ (Upload an OpenAPI spec and track edits as an overlay or write an overlay directly) +