added pagination for member list table

This commit was merged in pull request #534.
This commit is contained in:
victorAnumudu
2024-01-05 09:57:45 +01:00
parent f6e55718bb
commit 5e4887c01c
5 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export default function MemberList({groupList, selectedGroup, setUpdateList}) {
<div className='p-5 w-full min-h-[600px] overflow-y-auto'>
{groupList && groupList.length < 1 ?
<>
<h1 className='my-5 text-lg lg:text-xl tracking-wide text-slate-900 dark:text-slate-100'>No Group selected</h1>
<h1 className='my-5 text-lg lg:text-xl tracking-wide text-slate-900 dark:text-slate-100'>You Currently Do not have any Group, Please Add Group</h1>
</>
:
<>