This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a commit to branch xinyuan-fix-email-url
in repository https://gitbox.apache.org/repos/asf/texera.git

commit ce843503c8d0db8fc7d7d5f50c2f23fee6372e6d
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Feb 9 21:47:04 2026 -0800

    init
---
 .../app/dashboard/component/user/share-access/share-access.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frontend/src/app/dashboard/component/user/share-access/share-access.component.ts
 
b/frontend/src/app/dashboard/component/user/share-access/share-access.component.ts
index 3a42129165..b2c145d964 100644
--- 
a/frontend/src/app/dashboard/component/user/share-access/share-access.component.ts
+++ 
b/frontend/src/app/dashboard/component/user/share-access/share-access.component.ts
@@ -155,7 +155,7 @@ export class ShareAccessComponent implements OnInit, 
OnDestroy {
       this.emailTags.forEach(email => {
         let message = `${this.userService.getCurrentUser()?.email} shared a 
${this.type} with you`;
         if (this.type !== "computing-unit")
-          message += `, access the ${this.type} at 
${location.origin}/workflow/${this.id}`;
+          message += `, access the ${this.type} at 
${location.origin}/dashboard/user/workflow/${this.id}`;
         this.accessService
           .grantAccess(this.type, this.id, email, 
this.validateForm.value.accessLevel)
           .pipe(untilDestroyed(this))

Reply via email to