You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/09/09 13:08:15 UTC

[incubator-datalab] branch feat/DATALAB-2996/sharing-confirmation updated: minor fix

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 cd6fc0e5e minor fix
cd6fc0e5e is described below

commit cd6fc0e5e8dff5197f8def691a257fff5fa465f1
Author: Hennadii_Shpak <bo...@gmail.com>
AuthorDate: Fri Sep 9 16:04:39 2022 +0300

    minor fix
---
 .../image-action-dialog/share-dialog/share-dialog.component.ts       | 5 -----
 .../resources/webapp/src/app/resources/images/images.component.ts    | 3 ++-
 2 files changed, 2 insertions(+), 6 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 05fb44872..8d8d375e7 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
@@ -75,11 +75,6 @@ export class ShareDialogComponent implements OnInit {
     this.searchInput = '';
   }
 
-  aaa() {
-    console.log(this.searchUser);
-
-  }
-
   onTabTitle(tabName: keyof DialogWindowTabConfig): void {
     Object.keys(this.activeTabConfig).forEach(item => this.activeTabConfig[item] = false);
     this.activeTabConfig = {...this.activeTabConfig, [tabName]: true};
diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
index b4ec1677a..3ab7dd033 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
@@ -31,7 +31,8 @@ import {
   ImageActionType,
   ImageFilterFormDropdownData,
   ImageFilterFormValue,
-  ImageModel, ImageParams,
+  ImageModel,
+  ImageParams,
   ProjectModel
 } from './images.model';
 import {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org