Bugfix: Admin extensions page didn't refresh after install/update

This commit is contained in:
the-djmaze 2022-02-28 17:26:23 +01:00
parent eeb289ea44
commit 2e8497dc01
6 changed files with 12 additions and 24 deletions

View file

@ -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();
}