We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc98a7e commit 1fad779Copy full SHA for 1fad779
portal-ui/src/screens/Console/Configurations/ConfigurationPanels/ConfigurationOptions.tsx
@@ -38,8 +38,7 @@ import ImportConfigButton from "./ImportConfigButton";
38
import { Box } from "@mui/material";
39
import HelpMenu from "../../HelpMenu";
40
import { setHelpName } from "../../../../systemSlice";
41
-import { AppState, useAppDispatch } from "../../../../store";
42
-import { useSelector } from "react-redux";
+import { useAppDispatch } from "../../../../store";
43
44
interface IConfigurationOptions {
45
classes: any;
0 commit comments