From b1a1bf9552d24655bf15ada66525a7269e8eb13f Mon Sep 17 00:00:00 2001 From: Spencer Walden Date: Fri, 28 Dec 2018 17:04:31 -0800 Subject: [PATCH] Adds Disjoin operation to 'Flow' category --- src/core/config/Categories.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index a93149fe..4d4f9f0e 100755 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -375,6 +375,7 @@ "ops": [ "Magic", "Fork", + "Disjoin", "Merge", "Register", "Label",