Fix history view
This commit is contained in:
parent
58a61d036b
commit
468d0ac8cf
4 changed files with 77 additions and 45 deletions
|
|
@ -149,8 +149,8 @@ export class SyncClient {
|
|||
return this.syncService.checkConnection();
|
||||
}
|
||||
|
||||
public getHistoryEntries(): HistoryEntry[] {
|
||||
return this.history.getEntries();
|
||||
public getHistoryEntries(): readonly HistoryEntry[] {
|
||||
return this.history.entries;
|
||||
}
|
||||
|
||||
public addSyncHistoryUpdateListener(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue