Skip to content
Snippets Groups Projects
Commit b39ef166 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix unchanged import

parent ee3e683d
No related branches found
No related tags found
1 merge request!9702.6 Release
...@@ -54,7 +54,7 @@ import { setSelectedDate, setShowOfflineData } from 'store/chart/chart.slice' ...@@ -54,7 +54,7 @@ import { setSelectedDate, setShowOfflineData } from 'store/chart/chart.slice'
import { import {
setFluidStatus, setFluidStatus,
toggleChallengeDuelNotification, toggleChallengeDuelNotification,
updatedFluidConnection, updateFluidConnection,
} from 'store/global/global.slice' } from 'store/global/global.slice'
import { useAppDispatch, useAppSelector } from 'store/hooks' import { useAppDispatch, useAppSelector } from 'store/hooks'
import { openConnectionModal } from 'store/modal/modal.slice' import { openConnectionModal } from 'store/modal/modal.slice'
...@@ -363,7 +363,10 @@ const KonnectorViewerCard = ({ ...@@ -363,7 +363,10 @@ const KonnectorViewerCard = ({
shouldLaunchKonnector: false, shouldLaunchKonnector: false,
} }
dispatch( dispatch(
updatedFluidConnection(fluidStatus.fluidType, updatedConnection) updateFluidConnection({
fluidType: fluidStatus.fluidType,
fluidConnection: updatedConnection,
})
) )
Promise.all([ Promise.all([
await refreshChallengeState(), await refreshChallengeState(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment