- added exception for #23;

This commit is contained in:
Vitalii Kiiko
2025-09-12 10:06:33 +02:00
parent 8048ab610c
commit fc967d98f6
11 changed files with 210 additions and 140 deletions

View File

@@ -25,7 +25,9 @@ const initialStore = {
// flow
flowData: [],
flowForms: [],
flowEdges: []
flowEdges: [],
// misc
antiMoneyLaundryCalls: [23]
}
export default initialStore;