mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
chore: fix typings
This commit is contained in:
@@ -262,6 +262,7 @@ export default class ControlSectionState {
|
||||
name: 'flarum/core',
|
||||
version: app.data.settings.version,
|
||||
icon: {
|
||||
name: '',
|
||||
// @ts-ignore
|
||||
backgroundImage: `url(${app.data.resources[0]['attributes']['baseUrl']}/assets/extensions/flarum-extension-manager/flarum.svg`,
|
||||
},
|
||||
@@ -270,6 +271,7 @@ export default class ControlSectionState {
|
||||
title: extractText(app.translator.trans('flarum-extension-manager.admin.updater.flarum')),
|
||||
},
|
||||
},
|
||||
links: {},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user