Skip to content
Snippets Groups Projects
Unverified Commit ec6e1f80 authored by Uladzimir Havenchyk's avatar Uladzimir Havenchyk Committed by GitHub
Browse files

Pass correct redux action name (#44970)

parent 638d79c4
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ export const setParameterMapping = createThunkAction(
export const RESET_PARAMETER_MAPPINGS =
"metabase/dashboard/RESET_PARAMETER_MAPPINGS";
export const resetParameterMapping = createThunkAction(
SET_PARAMETER_MAPPING,
RESET_PARAMETER_MAPPINGS,
(parameterId: ParameterId, dashcardId?: DashCardId) => {
return (dispatch, getState) => {
const dashboard = getDashboard(getState());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment