From 7156c2ac3592789a0e9288777f89f1f4546e4537 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Fri, 14 Nov 2025 10:45:20 +0100 Subject: [PATCH] - added new antilaundry call id to the system; --- src/store/initial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/initial.js b/src/store/initial.js index a21570b..dda4363 100644 --- a/src/store/initial.js +++ b/src/store/initial.js @@ -27,7 +27,7 @@ const initialStore = { flowForms: [], flowEdges: [], // misc - antiMoneyLaundryCalls: [23] + antiMoneyLaundryCalls: [23, 26] } export default initialStore; \ No newline at end of file