chore: remove unused action states
This commit is contained in:
@@ -17,9 +17,6 @@ interface RightSidePanelProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
||||||
const [content, setContent] = useState<string>('action');
|
|
||||||
const [action, setAction] = useState<string>('');
|
|
||||||
const [isSettingsDisplayed, setIsSettingsDisplayed] = useState<boolean>(false);
|
|
||||||
const [labels, setLabels] = useState<{ [id: number]: string }>({});
|
const [labels, setLabels] = useState<{ [id: number]: string }>({});
|
||||||
const [errors, setErrors] = useState<{ [id: number]: string }>({});
|
const [errors, setErrors] = useState<{ [id: number]: string }>({});
|
||||||
const [confirmedSteps, setConfirmedSteps] = useState<{ [id: number]: boolean }>({});
|
const [confirmedSteps, setConfirmedSteps] = useState<{ [id: number]: boolean }>({});
|
||||||
|
|||||||
Reference in New Issue
Block a user