Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
41c3b7aa66
commit
207ff87204
@@ -477,6 +477,13 @@ function ContactsIndex() {
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
{!loading && hasMore && (
|
||||
<div className="px-4 py-3 border-t flex items-center justify-center">
|
||||
<Button variant="outline" size="sm" onClick={() => setVisibleLimit((n) => n + 100)}>
|
||||
Load 100 more ({filtered.length - visibleRows.length} remaining)
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user