Skip to content

馃悳 useFind getter now returns empty array when params are `null`

Compare
Choose a tag to compare
@marshallswain marshallswain released this 21 Jun 00:51
· 234 commits to master since this release

When params === null, the useFind getter was returning all items in the Model's store instead of an empty array. This release fixes this behavior so that, as with the rest of feathers-vuex, the getter will return an empty set when params are null.