fix publication post

This commit is contained in:
Peter Maquiran
2024-03-27 13:35:56 +01:00
parent 37ae4d5325
commit 77315c3fb5
4 changed files with 34 additions and 21 deletions
@@ -30,6 +30,7 @@ export class PublicationHolderService {
}
window['upload-header-set-add'] = (id: string, percentage: number, save: Function) => {
this.remove(id)
this.PublicationFormMV.push({id, percentage, retry: false, retryFunction: save})
this.uploadPercentage()
}