Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug where reloading
ToolsList
would show nothing
If you reloaded `ToolsList` with no filters, instead of showing the entire toolset, it would show no results. This was because `itemsLoaded` needed to be a reactive computed value instead of a ref.
- Loading branch information