Refetch all data vs filtered data
I have a click action that filters my list of ingredients like this:
Now, I want to reverse that action on a different click action. So I want to go get all the ingredients again.
I tried doing this:
But this just gets the same filtered data.
Now, I want to reverse that action on a different click action. So I want to go get all the ingredients again.
I tried doing this:
But this just gets the same filtered data.