chore: remove unused state
This commit is contained in:
@@ -26,7 +26,6 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
const [action, setAction] = useState<string>('');
|
const [action, setAction] = useState<string>('');
|
||||||
const [isSettingsDisplayed, setIsSettingsDisplayed] = useState<boolean>(false);
|
const [isSettingsDisplayed, setIsSettingsDisplayed] = useState<boolean>(false);
|
||||||
const [labels, setLabels] = useState<{ [id: number]: string }>({});
|
const [labels, setLabels] = useState<{ [id: number]: string }>({});
|
||||||
const [stepDescription, setStepDescription] = useState<string>('');
|
|
||||||
|
|
||||||
|
|
||||||
const { lastAction } = useGlobalInfoStore();
|
const { lastAction } = useGlobalInfoStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user