mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-09 07:53:33 +00:00
fix(ui) Increase the number of assertions that we query for in tab (#7215)
This commit is contained in:
parent
e3af6168d3
commit
68566c42d7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user