[Bug]Fixed the problem of no request from right click viewing log (#9728)

* The utils configuration files are centrally managed under common

* [Bug]Fixed the problem of no request from right click viewing log
dev
labbomb 2022-04-25 10:26:52 +08:00 committed by GitHub
parent 8a8b63cd96
commit ca98a4a144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ export default defineComponent({
onEdit={editTask}
onCopyTask={copyTask}
onRemoveTasks={removeTasks}
onViewLog={viewLog}
onViewLog={handleViewLog}
/>
{!!props.definition && (
<StartModal