chore: remove unused code

This commit is contained in:
karishmas6
2024-07-26 23:15:34 +05:30
parent 03a23d8839
commit 605eeb5d76

View File

@@ -42,20 +42,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
setIsSettingsDisplayed(true);
};
// const confirmStep = () => {
// setBrowserSteps([
// ...browserSteps,
// { id: Date.now(), label: stepLabel, description: stepDescription }
// ]);
// setStepLabel('');
// setStepDescription('');
// };
// const discardStep = () => {
// setStepLabel('');
// setStepDescription('');
// };
const handleLabelChange = (id: number, label: string) => {
setLabels(prevLabels => ({ ...prevLabels, [id]: label }));
};