Skip to content

Commit

Permalink
resolve sonar qube issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Jan 7, 2025
1 parent eed26cc commit ac129cb
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import FormControlLabel from "@mui/material/FormControlLabel";
import FormLabel from "@mui/material/FormLabel";
import GluuTabs from "Routes/Apps/Gluu/GluuTabs";
import { toast } from "react-toastify";
import axios from "axios";
import {
getAgamaRepository,
getAgamaRepositoryFile,
Expand Down Expand Up @@ -68,10 +67,6 @@ function AgamaListPage() {
const [listData, setListData] = useState([]);
const [selectedRow, setSelectedRow] = useState({});
const [repoName, setRepoName] = useState(null);
const [repositoriesData, setRespositoriesData] = useState({
loading: true,
repositories: [],
});
const configuration = useSelector(
(state) => state.jsonConfigReducer.configuration
);
Expand Down Expand Up @@ -378,7 +373,6 @@ function AgamaListPage() {


const handleDeploy = async () => {
let file = null;
try {
const repo = agamaRepostoriesList.projects.find(
(item) => item["repository-name"] === repoName
Expand Down

0 comments on commit ac129cb

Please sign in to comment.