Client: JavascriptSDK: fix sdk page crash after clicking on items count tooltip

This commit is contained in:
Aleksandr Lushkin 2024-07-16 11:43:53 +02:00
parent 424cc315a0
commit 11ded038fc

View File

@ -29,6 +29,7 @@ import debounce from "lodash.debounce";
import { TextInput } from "@docspace/shared/components/text-input";
import { HelpButton } from "@docspace/shared/components/help-button";
import { Label } from "@docspace/shared/components/label";
import { Text } from "@docspace/shared/components/text";
import { LabelGroup, ControlsGroup } from "../presets/StyledPresets";