From 729b37872d52f6ab32750bcd3a46e4f59aa5fd67 Mon Sep 17 00:00:00 2001 From: Marc Itzenthaler Date: Sun, 28 Jan 2024 20:35:11 +0100 Subject: [PATCH] fix: eslint --- src/components/FormPluginEditor/TextStyleSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FormPluginEditor/TextStyleSelect.tsx b/src/components/FormPluginEditor/TextStyleSelect.tsx index 9ab9f9c7..f2003547 100644 --- a/src/components/FormPluginEditor/TextStyleSelect.tsx +++ b/src/components/FormPluginEditor/TextStyleSelect.tsx @@ -1,5 +1,5 @@ import { ToolbarChildrenProps } from '@draft-js-plugins/static-toolbar/lib/components/Toolbar'; -import { convertToRaw, EditorState, Modifier, SelectionState } from 'draft-js'; +import { EditorState, Modifier, SelectionState } from 'draft-js'; import { useTranslation } from 'react-i18next'; import { useCallback, useMemo } from 'react'; import { Select } from 'antd';