Skip to content

Commit

Permalink
Fix admin user grid action label
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 28, 2023
1 parent aafc0d5 commit bb23329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/configs/adminUsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function getData(offset: number, limit: number, search: string, sort_by: s
*/
const actions: ActionArray = [
{
title: "Create",
title: "Create New User",
icon: faPlus,
handler: () => {
emit("/admin/users/create");
Expand Down

0 comments on commit bb23329

Please sign in to comment.