Add missing return [] in filterAttrs getter when allFilterAttrs is null

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 18:25:21 +08:00
parent e6651f27ba
commit 52dab387dc

View File

@@ -153,6 +153,7 @@ export const useAllMapDataStore = defineStore("allMapDataStore", {
return copy; return copy;
}); });
} }
return [];
}, },
allFunnels: (state) => { allFunnels: (state) => {
return state.allFunnelData; return state.allFunnelData;