Skip to content

Commit

Permalink
Update packages/client/src/app/inventory-management/inventory-tools/a…
Browse files Browse the repository at this point in the history
…rticles/articles.component.ts

Co-authored-by: Marc-Antoine <[email protected]>
  • Loading branch information
a-jaillet and Embraser01 committed Feb 8, 2021
1 parent 723f0c8 commit 7b3b9dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export class ArticlesComponent implements OnInit{
this.isLoading = true;
await this.productsSubmitService.submitProducts(this.articlessum, res.provider);
this.isLoading = false;
return Promise.resolve();
}
});
}
Expand Down

0 comments on commit 7b3b9dc

Please sign in to comment.