- added exception for #23;
This commit is contained in:
@@ -25,7 +25,9 @@ const initialStore = {
|
||||
// flow
|
||||
flowData: [],
|
||||
flowForms: [],
|
||||
flowEdges: []
|
||||
flowEdges: [],
|
||||
// misc
|
||||
antiMoneyLaundryCalls: [23]
|
||||
}
|
||||
|
||||
export default initialStore;
|
||||
Reference in New Issue
Block a user