This commit is contained in:
@@ -26,7 +26,7 @@ class ViewBot extends Component
|
||||
]);
|
||||
|
||||
// Dispatch the job to run the bot
|
||||
dispatch(new RunBot($this->bot, $log));
|
||||
dispatch(new RunBot($this->bot->id, $log->id));
|
||||
|
||||
flash()->success("Bot '{$this->bot->name}' is being executed.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user