Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(admin): page do not refresh after any DB update
The UI of this page depended on `constantsReactive()` which cause the page to refresh automatically if they were any change on the DB (quite annoying). This commit remove this dependence.
- Loading branch information