Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kretiss committed Apr 27, 2023
1 parent 0dc4907 commit bdb07a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ng14-client/src/app/models/periodicita-svazku.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export class PeriodicitaSvazku {
den: string = '';
active: boolean = false;
vydani: string = '';
vydani: string = "0";
pocet_stran: number = 0;
nazev: string = '';
podnazev: string = '';
Expand Down

0 comments on commit bdb07a0

Please sign in to comment.