Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 2, 2024
1 parent 9fdc9e3 commit b797638
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dashboard/src/main/home/modals/LoadEnvGroupModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ import { Context } from "shared/Context";
import Loading from "components/Loading";
import SaveButton from "components/SaveButton";
import { KeyValue } from "components/form-components/KeyValueArray";
import {
EnvGroupData,
formattedEnvironmentValue,
} from "../cluster-dashboard/env-groups/EnvGroup";
import CheckboxRow from "components/form-components/CheckboxRow";
import {
PartialEnvGroup,
Expand All @@ -21,6 +17,7 @@ import {
import Helper from "components/form-components/Helper";
import DocsHelper from "components/DocsHelper";
import { isEmpty, isObject } from "lodash";
import { formattedEnvironmentValue } from "../env-dashboard/EnvGroup";

type PropsType = {
namespace: string;
Expand Down

0 comments on commit b797638

Please sign in to comment.