Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
184 stars 35 forks source link

Fixes #703 - fallback to default sort order only if we don't have one set #3225

Closed alexcottner closed 2 months ago

alexcottner commented 2 months ago

Resolves #703 . Setting initial state for currentSort to undefined allows us to fall back to the actual default sort order for a collection first and the fallback to default if we have nothing.

Adjusted unit tests slightly to ensure this is working as expected.