feat: define tagName & innerText in decision modal

This commit is contained in:
karishmas6
2024-09-23 17:28:00 +05:30
parent cda7115e55
commit 7f63f29f43

View File

@@ -28,9 +28,11 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
pair: WhereWhatPair | null,
actionType: string,
selector: string,
tagName: string,
innerText: string,
action: string,
open: boolean
}>({ pair: null, actionType: '', selector: '', action: '', open: false });
}>({ pair: null, actionType: '', selector: '', action: '', tagName: '', innerText: '', open: false });
const { socket } = useSocketStore();
const { notify } = useGlobalInfoStore();