1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

Fix minor typing error on UserListPage

This commit is contained in:
Alexander Skvortsov
2021-11-16 15:50:54 -05:00
parent 5a26dd8c4b
commit 38362e689d

View File

@@ -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',