Skip to content

Commit

Permalink
update workflow on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Jan 7, 2025
1 parent 570fa37 commit a41bcf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/org/workflow-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,9 @@ export class WorkflowDetail extends BtrixElement {
id: "archived-item-delete-status",
});
void this.fetchCrawls();

// Update crawl count
void this.fetchWorkflow();
} catch (e) {
if (this.crawlToDelete) {
this.confirmDeleteCrawl(this.crawlToDelete);
Expand Down

0 comments on commit a41bcf4

Please sign in to comment.