fix loading animation in manage group

This commit is contained in:
Raja Oktafrianto
2025-04-28 14:48:20 +07:00
parent de0f4e594a
commit 254d168396
2 changed files with 17 additions and 16 deletions

View File

@ -73,7 +73,7 @@ const ManageNotifContextProvider = ({ children }: { children: React.ReactNode })
},
id: 'send',
header: ({ column }) => <DataGridColumnHeader title="Send" column={column} />,
enableSorting: false,
enableSorting: true,
enableHiding: false,
meta: {
headerClassName: 'w-[200px]'
@ -86,7 +86,7 @@ const ManageNotifContextProvider = ({ children }: { children: React.ReactNode })
enableSorting: true,
enableHiding: false,
meta: {
headerClassName: 'w-[300px]'
headerClassName: 'w-[350px]'
}
},
{