Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: OPTIC-124: Save and update have success/fail toast messages (#250)
Browse files Browse the repository at this point in the history
* fix: optic-124: save and update have success/fail toast messages

* async over promises

* Update src/sdk/lsf-sdk.js

---------

Co-authored-by: bmartel <[email protected]>
Co-authored-by: vladimirheartex <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2023
1 parent ed7b009 commit c55f66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdk/lsf-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ export class LSFWrapper {
onSubmitAnnotation = async () => {
const exitStream = this.shouldExitStream();
const loadNext = exitStream ? false : this.shouldLoadNext();

const result = await this.submitCurrentAnnotation("submitAnnotation", async (taskID, body) => {
return await this.datamanager.apiCall(
"submitAnnotation",
Expand Down

0 comments on commit c55f66f

Please sign in to comment.