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 9e13c1d commit 0b7a8c7Copy full SHA for 0b7a8c7
packages/admin-ui/src/pages/packages/components/Network/HttpsMappings.tsx
@@ -7,7 +7,7 @@ import { getDappnodeIdentityClean } from "services/dappnodeStatus/selectors";
7
import { getInstallerPath } from "pages/installer";
8
//import { pathName as systemPathName } from "pages/system";
9
//import { subPaths as systemSubPaths } from "pages/system/data";
10
-import httpsPortalPath from "pages/system/data";
+import { httpsPortalPath } from "pages/system/data";
11
import Alert from "react-bootstrap/esm/Alert";
12
import { MdAdd } from "react-icons/md";
13
import { MdClose } from "react-icons/md";
0 commit comments