diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-10 20:35:05 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-10 20:35:05 +0200 |
commit | 2c60aea56e74c4589227ee0d022453011adc772f (patch) | |
tree | 770d5633600bed9587d452752f810260790ccf4a /frontend/src/app/Shared.ts | |
parent | 87e856c21a9e6f79d26a6a888e72848ca8f2dc29 (diff) |
Sredjen refresh prikaza korisnikovih datasetova nakon sto sacuva novi. Sredjena poruka greske kad korisnik ne izabere fajl za ucitavanje.
Diffstat (limited to 'frontend/src/app/Shared.ts')
-rw-r--r-- | frontend/src/app/Shared.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/src/app/Shared.ts b/frontend/src/app/Shared.ts index a069ff8b..7be29cbf 100644 --- a/frontend/src/app/Shared.ts +++ b/frontend/src/app/Shared.ts @@ -15,12 +15,10 @@ class Shared { openDialog(title: string, message: string): void { - console.log("USAO U OPEN DIALOG 1"); if (this.dialog) { - console.log("USAO U OPEN DIALOG 2"); const dialogRef = this.dialog.open(AlertDialogComponent, { - //width: '250px', + width: '350px', data: { title: title, message: message } }); dialogRef.afterClosed().subscribe(res => { |