fix: remove pairForEdit prop interface
This commit is contained in:
@@ -11,10 +11,6 @@ import { useBrowserSteps } from '../../context/browserSteps';
|
|||||||
import { useSocketStore } from '../../context/socket';
|
import { useSocketStore } from '../../context/socket';
|
||||||
import { ScreenshotSettings } from '../../shared/types';
|
import { ScreenshotSettings } from '../../shared/types';
|
||||||
|
|
||||||
interface RightSidePanelProps {
|
|
||||||
pairForEdit: PairForEdit;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const RightSidePanel = () => {
|
export const RightSidePanel = () => {
|
||||||
const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});
|
const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});
|
||||||
const [errors, setErrors] = useState<{ [id: number]: string }>({});
|
const [errors, setErrors] = useState<{ [id: number]: string }>({});
|
||||||
|
|||||||
Reference in New Issue
Block a user