This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/store
kolaente 4ef54f1bc2
All checks were successful
continuous-integration/drone/push Build is passing
fix: deleting a namespace
Deleting a namespace would remove the item from the store and then try to remove it from the search index. That failed because the item was already removed from the store and thus undefined when it was passed to the store.
2021-11-22 21:49:19 +01:00
..
modules fix: deleting a namespace 2021-11-22 21:49:19 +01:00
helper.js Fix loading states for unrelated components (#370) 2021-01-09 14:24:06 +00:00
index.js feat: defer everything until the api config is loaded (#926) 2021-11-13 19:49:02 +00:00
mutation-types.js feat: keep errorMessage local (#865) 2021-10-17 19:38:30 +00:00