changed toast timer, redirect behavior in disptach, VehicleNames
This commit is contained in:
@@ -8,6 +8,12 @@ const AdminUserPage = async () => {
|
||||
showEditButton
|
||||
prismaModel="user"
|
||||
searchFields={["publicId", "firstname", "lastname", "email"]}
|
||||
initialOrderBy={[
|
||||
{
|
||||
id: "publicId",
|
||||
desc: false,
|
||||
},
|
||||
]}
|
||||
columns={[
|
||||
{
|
||||
header: "ID",
|
||||
|
||||
Reference in New Issue
Block a user