mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 12:18:17 +00:00
fix manual tasks
This commit is contained in:
parent
ce3993b11c
commit
02892147ef
@ -92,7 +92,7 @@ export default function TaskShow() {
|
||||
let taskData = taskToUse.data;
|
||||
let jsonSchema = JSON.parse(taskToUse.form_schema);
|
||||
let reactFragmentToHideSubmitButton = null;
|
||||
if (taskToUse.type === 'ManualTask') {
|
||||
if (taskToUse.type === 'Manual Task') {
|
||||
taskData = {};
|
||||
jsonSchema = {
|
||||
title: 'Instructions',
|
||||
|
Loading…
x
Reference in New Issue
Block a user