From bc2cfad694d02c2c61338f3770746bba17c7109e Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 29 Nov 2021 14:50:33 +0530 Subject: [PATCH] change(ui) - axios docs --- .../Client/Integrations/Integrations.js | 34 +++++++++---------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/frontend/app/components/Client/Integrations/Integrations.js b/frontend/app/components/Client/Integrations/Integrations.js index fa69d1861..855ff8511 100644 --- a/frontend/app/components/Client/Integrations/Integrations.js +++ b/frontend/app/components/Client/Integrations/Integrations.js @@ -300,7 +300,14 @@ export default class Integrations extends React.PureComponent { onClick={ () => this.showIntegrationConfig(NGRX) } // integrated={ sentryIntegrated } /> - + this.showIntegrationConfig(MOBX) } + // integrated={ sentryIntegrated } + /> this.showIntegrationConfig(FETCH) } // integrated={ sentryIntegrated } /> - - this.showIntegrationConfig(MOBX) } - // integrated={ sentryIntegrated } - /> this.showIntegrationConfig(PROFILER) } // integrated={ sentryIntegrated } /> - this.showIntegrationConfig(ASSIST) } - // integrated={ sentryIntegrated } - /> this.showIntegrationConfig(AXIOS) } // integrated={ sentryIntegrated } /> + this.showIntegrationConfig(ASSIST) } + // integrated={ sentryIntegrated } + /> )}