Merge branch 'main' of github.com:sartography/spiff-arena

This commit is contained in:
jasquat 2023-03-08 14:45:16 -05:00
commit eb6e2b6381
No known key found for this signature in database

View File

@ -85,7 +85,6 @@ export default function TaskShow() {
successCallback: processSubmitResult,
failureCallback: (error: any) => {
addError(error);
setDisabled(false);
},
httpMethod: 'PUT',
postBody: dataToSubmit,