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

This commit is contained in:
jasquat 2023-03-08 14:45:16 -05:00
commit 0be466ba9a
1 changed files with 1 additions and 2 deletions

View File

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