Skip to content
Snippets Groups Projects
Commit f4e7d453 authored by sandcha's avatar sandcha
Browse files

Deactivate PLF on IR cas types

parent 27883cd8
No related branches found
No related tags found
1 merge request!156Désactive le PLF de l'application IR
Pipeline #3332 passed
......@@ -29,7 +29,10 @@ export function ir(
return {
isFetching: false,
state: {
casTypes: convertCasTypes(action.data, "plf"),
//With PLF:
//casTypes: convertCasTypes(action.data, "plf"),
//Without PLF:
casTypes: convertCasTypes(action.data, "avant"),
},
};
case "REMOVE_CAS_TYPE":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment