Skip to content

Commit

Permalink
Keep the user on the same page after business process update (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeepak-presidio authored Feb 24, 2025
1 parent 6f66c41 commit 343bc7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-spies-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"specif-ai": patch
---

keep the user on the same page after business process update
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ export class BusinessProcessComponent implements OnInit {

this.loadingService.setLoading(false);
this.allowFreeEdit = true;
this.navigateBackToDocumentList(this.data);
this.toastService.showSuccess(
TOASTER_MESSAGES.ENTITY.UPDATE.SUCCESS(
this.folderName,
Expand Down

0 comments on commit 343bc7a

Please sign in to comment.