0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/ghost/admin/tests
Kevin Ansfield cdbba8530f Fixed ?search= empty param after members bulk delete
no issue

- the members query reset was using `""` rather than `null` due to a bug in an old version of search/filtering but that meant we could end up with an empty param
- switched to `null` as it no longer appears necessary to use a blank string, this matches behaviour of other params
2022-01-05 12:52:12 +00:00
..
acceptance Fixed ?search= empty param after members bulk delete 2022-01-05 12:52:12 +00:00
helpers Fixed tests expecting old theme settings screen 2021-11-10 12:45:26 +00:00
integration Fixed linter error 2022-01-03 15:32:42 +00:00
unit 🐛 Fixed incorrect MRR value on dashboard 2021-08-09 17:47:09 +05:30
.eslintrc.js
index.html
test-helper.js