NameSearch story is supposed to demonstrate that the table will search using the search value but it doesn't actually do that.
Screenshot of this story with an empty search input
To Reproduce
- npm run storybook in frontend/
- Open 'Name Search' story
- Observe empty input
Are you able to fix this issue?
Maybe later but if anyone else wants to take this feel free to do so
Additional Context
This is a logic error in the story, it sets the search to the redux store, which ResourceTable doesn't use
ResourceTable also accepts defaultGlobalFilter prop that is forwards to the Table component but that also doesn't work after changes made in #3354, global filter is read from the query param
NameSearch story is supposed to demonstrate that the table will search using the
searchvalue but it doesn't actually do that.Screenshot of this story with an empty search input
To Reproduce
Are you able to fix this issue?
Maybe later but if anyone else wants to take this feel free to do so
Additional Context
This is a logic error in the story, it sets the search to the redux store, which ResourceTable doesn't use
ResourceTable also accepts defaultGlobalFilter prop that is forwards to the Table component but that also doesn't work after changes made in #3354, global filter is read from the query param