mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): format redux store prefix when using project
This commit is contained in:
@@ -94,7 +94,7 @@ export const createStore = (projectId?: string) =>
|
||||
serialize,
|
||||
unserialize,
|
||||
prefix: projectId
|
||||
? `${STORAGE_PREFIX}-${projectId}`
|
||||
? `${STORAGE_PREFIX}${projectId}-`
|
||||
: STORAGE_PREFIX,
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user