mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Fix minor typing error on UserListPage
This commit is contained in:
parent
5a26dd8c4b
commit
38362e689d
|
@ -179,7 +179,7 @@ export default class UserListPage extends AdminPage {
|
|||
* See `UserListPage.tsx` for examples.
|
||||
*/
|
||||
columns(): ItemList<ColumnData> {
|
||||
const columns = new ItemList();
|
||||
const columns = new ItemList<ColumnData>();
|
||||
|
||||
columns.add(
|
||||
'id',
|
||||
|
|
Loading…
Reference in New Issue
Block a user