added pagination for member list table
This commit was merged in pull request #534.
This commit is contained in:
@@ -111,13 +111,13 @@ export default function AddGroup({action, situation , setUpdateList}) {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex space-x-2.5">
|
||||
<div className="w-full flex justify-between items-center gap-4">
|
||||
<button
|
||||
onClick={action}
|
||||
type="button"
|
||||
className=" border-gradient text-18 tracking-wide px-4 py-3 rounded-full"
|
||||
className="text-base text-light-red tracking-wide "
|
||||
>
|
||||
<span className="text-gradient">Cancel</span>
|
||||
<span className="border-b dark:border-[#5356fb29] border-light-red">Cancel</span>
|
||||
</button>
|
||||
{requestStatus.loading ? (
|
||||
<LoadingSpinner size="8" color="sky-blue" />
|
||||
@@ -125,7 +125,7 @@ export default function AddGroup({action, situation , setUpdateList}) {
|
||||
<button
|
||||
onClick={() => addGroup()}
|
||||
type="button"
|
||||
className="py-1 px-4 flex justify-center items-center bg-sky-blue hover:bg-sky-600 text-base rounded-full text-white font-bold"
|
||||
className="w-[152px] h-[46px] flex justify-center items-center btn-gradient text-base rounded-full text-white"
|
||||
>
|
||||
Add Group
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user