@@ -11,7 +11,7 @@ export const setFromControl = (from: string): Action => ({
});
export const setToControl = (to: string): Action => ({
- type: "SET_FROM_CONTROL",
+ type: "SET_TO_CONTROL",
to,