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

hshpak pushed a commit to branch feat/DATALAB-2996/sharing-confirmation
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to 
refs/heads/feat/DATALAB-2996/sharing-confirmation by this push:
     new 913f1968b minor fix
913f1968b is described below

commit 913f1968b2f7097cbf717ee8691f9f3f933c03e1
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Mon Sep 12 14:21:45 2022 +0300

    minor fix
---
 .../image-action-dialog/share-dialog/share-dialog.component.ts     | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.ts
index 2d98c41e5..8523a73fe 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.ts
@@ -82,13 +82,6 @@ export class ShareDialogComponent implements OnInit {
 
   onRemoveUserData(userName: string): void {
     this.temporaryUserDataList = this.temporaryUserDataList.filter(({value}) 
=> value !== userName);
-    const imageInfo = 
this.imagesService.createImageRequestInfo(this.data.image, 
this.temporaryUserDataList);
-    this.$getUserListData = 
this.imagesService.shareImageAllUsers(imageInfo).pipe(
-      take(1),
-      switchMap(() => this.imagesService.getImageShareInfo(imageInfo).pipe(
-        tap(userListData => this.userDataList = userListData)
-      ))
-    );
   }
 
   unShare(userName: string): void {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to