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

FIX: pipe Type

parent d769c5a3
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function App() {
appState.addConnection(filter.id, {
pipeId: pipe.id,
pipeType: pipe.textContent.replace(/\s+/g, "").split(`"`)[0],
pipeType: pipe.textContent.replace(/\s+/g, "").slice(0, 5),
});
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment