Upgrade deps
This commit is contained in:
parent
422c446039
commit
de5106e9e8
17 changed files with 3154 additions and 406 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"use client";
|
||||
|
||||
import { FC } from "react";
|
||||
import {
|
||||
List,
|
||||
Datagrid,
|
||||
|
|
@ -10,7 +11,7 @@ import {
|
|||
BooleanField,
|
||||
} from "react-admin";
|
||||
|
||||
const UserList = () => (
|
||||
const UserList: FC = () => (
|
||||
<List exporter={false}>
|
||||
<Datagrid rowClick="edit">
|
||||
<EmailField source="email" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue