diff options
Diffstat (limited to 'frontend/src/app/_data')
-rw-r--r-- | frontend/src/app/_data/Notification.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/app/_data/Notification.ts b/frontend/src/app/_data/Notification.ts index 181bb332..c505d399 100644 --- a/frontend/src/app/_data/Notification.ts +++ b/frontend/src/app/_data/Notification.ts @@ -3,6 +3,7 @@ export default class Notification { constructor( public title: string = 'Treniranje u toku...', public id: string = '042', - public progress: number = 0.5 + public progress: number = 0.5, + public hasProgress: boolean = false ) { } }
\ No newline at end of file |