fix: remove pairForEdit prop interface

This commit is contained in:
karishmas6
2024-08-06 02:32:26 +05:30
parent cd75984388
commit 7e6345dffe

View File

@@ -11,10 +11,6 @@ import { useBrowserSteps } from '../../context/browserSteps';
import { useSocketStore } from '../../context/socket';
import { ScreenshotSettings } from '../../shared/types';
interface RightSidePanelProps {
pairForEdit: PairForEdit;
}
export const RightSidePanel = () => {
const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});
const [errors, setErrors] = useState<{ [id: number]: string }>({});