frontend/src/store
kolaente 4ef54f1bc2
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