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={{
|
schema={{
|
||||||
type: 'void',
|
type: 'void',
|
||||||
properties: {
|
properties: {
|
||||||
[job.id]: {
|
job: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
'x-component': 'Action',
|
'x-component': 'Action',
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
|
@ -70,7 +70,7 @@ function TriggerExecution() {
|
|||||||
<SchemaComponent
|
<SchemaComponent
|
||||||
schema={{
|
schema={{
|
||||||
type: 'void',
|
type: 'void',
|
||||||
name: execution.id,
|
name: 'execution',
|
||||||
'x-component': 'Action',
|
'x-component': 'Action',
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
title: <InfoOutlined />,
|
title: <InfoOutlined />,
|
||||||
|
Loading…
Reference in New Issue
Block a user