Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly show list overflow error #2087

Merged
merged 11 commits into from
Jan 16, 2020
Prev Previous commit
Next Next commit
Update packages/app-admin-ui/client/components/NoResults.js
  • Loading branch information
MadeByMike authored Dec 18, 2019
commit 1893973a0d232b90b483bb2af196f32f5b001a77
1 change: 0 additions & 1 deletion packages/app-admin-ui/client/components/NoResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const NoResults = ({ currentPage, filters, list, search }) => {
const { onChange } = useListPagination(list.key);
const onResetPage = () => onChange(1);


const pageDepthMessage = (
<NoResultsWrapper>
<p>
Expand Down