fix(ui) Increase the number of assertions that we query for in tab (#7215)

This commit is contained in:
Chris Collins 2023-02-02 10:40:32 -05:00 committed by GitHub
parent e3af6168d3
commit 68566c42d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ fragment viewProperties on Dataset {
}
fragment assertionsQuery on Dataset {
assertions(start: 0, count: 100) {
assertions(start: 0, count: 1000) {
start
count
total