feat: pass params to abort run handler
This commit is contained in:
@@ -4,7 +4,7 @@ import { RunsTable } from "./RunsTable";
|
||||
|
||||
interface RunsProps {
|
||||
currentInterpretationLog: string;
|
||||
abortRunHandler: () => void;
|
||||
abortRunHandler: (runId: string, robotName: string, browserId: string) => void;
|
||||
runId: string;
|
||||
runningRecordingName: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user