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