chore: Add Claude Fix some bugs.
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m40s

This commit is contained in:
2026-03-14 22:50:00 -04:00
parent a11b2a0568
commit e1259688a4
19 changed files with 659 additions and 22 deletions

View File

@@ -113,7 +113,7 @@ export const useReferenceStore = defineStore('reference', {
getters: {
getCategory(state) {
(category: string) => {
return (category: string) => {
return state.allItems.filter((c) => c.category === category);
};
},