Skip to content
Snippets Groups Projects
Commit 8bac1011 authored by Robin Leber's avatar Robin Leber
Browse files

Fix: pipe naming

parent 621c306f
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,5 @@ export const initContextmenu = (instance) => {
});
$("body").on("click", ".name-pipe", (event) => {
extendPipe();
showCheck(window.selectedPipe);
});
};
import { v4 as uuidv4 } from "uuid";
import { createEndpoints } from "./endpoints";
import { appState } from "./state";
import { showWarning } from "./visualValidation";
import { showWarning, showCheck } from "./visualValidation";
import { coorectId } from "./id";
export const duplicatePipe = (instance) => {
......@@ -76,5 +76,6 @@ export const extendPipe = () => {
`#${window.selectedPipe} #PipeName`
);
spanToChange.innerHTML = `"${newPipeName}"`;
showCheck(window.selectedPipe);
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment