mirror of
https://github.com/docmost/docmost.git
synced 2026-05-19 07:54:05 +08:00
Implement space member search (#731)
* Hide pagination buttons if there is nothing to paginate * Create reusable hook for search and pagination
This commit is contained in:
@@ -16,6 +16,10 @@ export default function Paginate({
|
||||
}: PagePaginationProps) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
if (!hasPrevPage && !hasNextPage) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<Group mt="md">
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user