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:
@@ -153,6 +153,7 @@ export const useAllMapDataStore = defineStore("allMapDataStore", {
|
|||||||
return copy;
|
return copy;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
return [];
|
||||||
},
|
},
|
||||||
allFunnels: (state) => {
|
allFunnels: (state) => {
|
||||||
return state.allFunnelData;
|
return state.allFunnelData;
|
||||||
|
|||||||
Reference in New Issue
Block a user