Skip to content
Snippets Groups Projects
Commit 7b2d4797 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: include itemMap in pinia API store state

parent b3c96575
Branches
Tags
No related merge requests found
......@@ -104,6 +104,7 @@ export function createExtendableAPI<T extends APIObject>(
base: {
error: readonly(error),
items: readonly(items),
itemMap: readonly(itemMap),
},
createRequest,
endpoint,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment