vyommani commented on code in PR #776:
URL: https://github.com/apache/ranger/pull/776#discussion_r2654762889
##########
security-admin/src/main/webapp/react-webapp/src/App.jsx:
##########
@@ -21,7 +21,12 @@ import React, { Suspense, lazy, Component } from "react";
import { Route, Routes, HashRouter } from "react-router-dom";
import { ToastContainer } from "react-toastify";
import axios from "axios";
-import { hasAccessToTab, isUser } from "Utils/XAUtils";
+import {
Review Comment:
This Jira ticket is intended for upgrading Axios from version 1.8.4 to the
latest version 1.12.2. However, while reviewing the changes, I noticed several
additional modifications beyond the version upgrade, including new if
conditions that appear to alter the original logic. Since I'm not fully aware
of the context or intent behind these extra changes, could you please explain
the purpose and rationale for these modifications (apart from the Axios version
upgrade itself)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]