mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +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: {},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
@@ -351,7 +351,7 @@ export default abstract class PaginatedListState<T extends Model, P extends Pagi
|
||||
);
|
||||
}
|
||||
|
||||
changeFilter(key: string, value: string) {
|
||||
changeFilter(key: string, value: any) {
|
||||
this.refreshParams(
|
||||
{
|
||||
...this.params,
|
||||
|
Reference in New Issue
Block a user