You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/04/28 18:26:47 UTC

[incubator-dlab] 01/01: fixed build bug

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

dgnatyshyn pushed a commit to branch build_fix
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 6e1584273c5a8a223c2dfc1042a072b801945afd
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Tue Apr 28 21:26:20 2020 +0300

    fixed build bug
---
 .../webapp/src/app/resources/bucket-browser/bucket-browser.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts
index 59e447f..706a8f1 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts
@@ -46,7 +46,7 @@ export class BucketBrowserComponent implements OnInit {
   private isUploading: boolean;
   private selected: any[];
   private uploadForm: FormGroup;
-  private bucketStatus: object;
+  public bucketStatus;
 
   constructor(
     @Inject(MAT_DIALOG_DATA) public data: any,


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