diff --git a/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx b/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx index df0073b75b..6c0389463d 100644 --- a/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx +++ b/dashboard/src/legacy/main/home/cluster-dashboard/expanded-chart/SettingsSection.tsx @@ -18,7 +18,7 @@ import { import _ from "lodash"; import { Link } from "react-router-dom"; import styled from "styled-components"; -import * as traverse from "traverse"; +import traverse from "traverse"; import useAuth from "shared/auth/useAuth"; import { Context } from "shared/Context";