Skip to content

Commit

Permalink
feat: language label to show currently active language
Browse files Browse the repository at this point in the history
  • Loading branch information
surajair committed Oct 18, 2024
1 parent cdec2a8 commit 7a8b551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/components/ChaiBuilderEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import "../index.css";
import i18n from "../locales/load.ts";
import { FlagsProvider } from "flagged";
import React, { useEffect, useMemo } from "react";
import { each, noop, omit, isEmpty } from "lodash-es";
import { each, noop, omit } from "lodash-es";
import { FEATURE_TOGGLES } from "../../FEATURE_TOGGLES.tsx";
import { chaiBuilderPropsAtom } from "../atoms/builder.ts";
import { ErrorBoundary } from "react-error-boundary";
import { RootLayout } from "./layout/RootLayout.tsx";
import { builderStore } from "../atoms/store.ts";
import { Toaster } from "../../ui";
import { useBrandingOptions, useBuilderProp, useBuilderReset, useLanguages, useSavePage } from "../hooks";
import { useBrandingOptions, useBuilderProp, useBuilderReset, useSavePage } from "../hooks";
import { ChaiBuilderEditorProps } from "../types";
import { dataProvidersAtom } from "../hooks/usePageDataProviders.ts";
import { useBlocksStore } from "../history/useBlocksStoreUndoableActions.ts";
Expand Down

0 comments on commit 7a8b551

Please sign in to comment.