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

chore: fix function type

related to fb472f59
parent 29095b81
No related branches found
No related tags found
1 merge request!11623.0 Release
...@@ -259,11 +259,7 @@ const ConnectionResult = ({ ...@@ -259,11 +259,7 @@ const ConnectionResult = ({
)} )}
<Button <Button
aria-label={t('konnector_form.accessibility.button_update')} aria-label={t('konnector_form.accessibility.button_update')}
onClick={ onClick={consentError ? handleRefreshConsent : updateKonnector}
consentError
? () => handleRefreshConsent(fluidType)
: updateKonnector
}
disabled={updating || deleting} disabled={updating || deleting}
className="btnPrimary" className="btnPrimary"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment