mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Bugfix: Admin extensions page didn't refresh after install/update
This commit is contained in:
parent
eeb289ea44
commit
2e8497dc01
6 changed files with 12 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ import Remote from 'Remote/Admin/Fetch';
|
|||
|
||||
export class AboutAdminSettings /*extends AbstractViewSettings*/ {
|
||||
constructor() {
|
||||
this.version = ko.observable(Settings.app('version'));
|
||||
this.version = Settings.app('version');
|
||||
this.phpextensions = ko.observableArray();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue