fix(plugin-workflow): fix job result in history ()

This commit is contained in:
Junyi 2022-12-13 21:36:26 -08:00 committed by GitHub
parent 56ee5d7a60
commit db346688f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
packages/plugins/workflow/src/client
nodes
triggers

View File

@ -218,7 +218,7 @@ export function JobButton() {
schema={{
type: 'void',
properties: {
[job.id]: {
job: {
type: 'void',
'x-component': 'Action',
'x-component-props': {

View File

@ -70,7 +70,7 @@ function TriggerExecution() {
<SchemaComponent
schema={{
type: 'void',
name: execution.id,
name: 'execution',
'x-component': 'Action',
'x-component-props': {
title: <InfoOutlined />,