Merge branch 'main' of github.com:sartography/spiff-arena
This commit is contained in:
commit
0be466ba9a
|
@ -85,7 +85,6 @@ export default function TaskShow() {
|
|||
successCallback: processSubmitResult,
|
||||
failureCallback: (error: any) => {
|
||||
addError(error);
|
||||
setDisabled(false);
|
||||
},
|
||||
httpMethod: 'PUT',
|
||||
postBody: dataToSubmit,
|
||||
|
|
Loading…
Reference in New Issue