From d6ecc6c3e31244dabb375959b4ce3e4530e9be2f Mon Sep 17 00:00:00 2001 From: Timofey Boyko Date: Wed, 24 Jan 2024 14:29:58 +0300 Subject: [PATCH] Client:FormGallery: fix component import --- .../pages/FormGallery/Filter/CategoryFilter/MobileView/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js index 90d6f2b762..50348078c5 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js @@ -5,7 +5,7 @@ import { useState, useRef } from "react"; import { inject, observer } from "mobx-react"; import { withTranslation } from "react-i18next"; import { Scrollbar } from "@docspace/shared/components/scrollbar"; -import { ComboButton } from "@docspace/shared/components/combobox"; +import { ComboButton } from "@docspace/shared/components/combobox/sub-components/ComboButton"; import { Backdrop } from "@docspace/shared/components/backdrop"; import { isMobile } from "@docspace/shared/utils";