You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment (correct me if I'm wrong) the VariableCoverageTable component takes a filters prop and uses useEntityCounts(filters) to fetch the filtered counts. We should be able to pass filteredCounts in directly from the calling viz components. Should save some back end calls too.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
At the moment (correct me if I'm wrong) the
VariableCoverageTable
component takes afilters
prop and usesuseEntityCounts(filters)
to fetch the filtered counts. We should be able to passfilteredCounts
in directly from the calling viz components. Should save some back end calls too.The text was updated successfully, but these errors were encountered: