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

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

View File

@ -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': {

View File

@ -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 />,