From 2c60aea56e74c4589227ee0d022453011adc772f Mon Sep 17 00:00:00 2001 From: Sonja Galovic Date: Sun, 10 Apr 2022 20:35:05 +0200 Subject: Sredjen refresh prikaza korisnikovih datasetova nakon sto sacuva novi. Sredjena poruka greske kad korisnik ne izabere fajl za ucitavanje. --- frontend/src/app/Shared.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/app/Shared.ts') 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 => { -- cgit v1.2.3