fix(plugin-workflow): fix job result in history (#1242)
This commit is contained in:
parent
56ee5d7a60
commit
db346688f5
@ -218,7 +218,7 @@ export function JobButton() {
|
||||
schema={{
|
||||
type: 'void',
|
||||
properties: {
|
||||
[job.id]: {
|
||||
job: {
|
||||
type: 'void',
|
||||
'x-component': 'Action',
|
||||
'x-component-props': {
|
||||
|
@ -70,7 +70,7 @@ function TriggerExecution() {
|
||||
<SchemaComponent
|
||||
schema={{
|
||||
type: 'void',
|
||||
name: execution.id,
|
||||
name: 'execution',
|
||||
'x-component': 'Action',
|
||||
'x-component-props': {
|
||||
title: <InfoOutlined />,
|
||||
|
Loading…
Reference in New Issue
Block a user