This commit is contained in:
cracklesparkle
2024-07-22 16:43:13 +09:00
parent 0ac0534486
commit 424217a895

View File

@ -9,8 +9,6 @@ export default function Settings() {
const { roles } = useRoles()
const [open, setOpen] = useState(false)
const columns: GridColDef[] = [
{ field: 'id', headerName: 'ID', type: "number", width: 70 },
{ field: 'email', headerName: 'Email', width: 130, editable: true },
@ -45,10 +43,6 @@ export default function Settings() {
gap: "16px",
}}
>
<Button onClick={() => setOpen(true)}>
Добавить пользователя
</Button>
<DataGrid
autoHeight
style={{ width: "100%" }}