Fix issue in creator-profile-store losing creator information
This commit is contained in:
@@ -28,7 +28,7 @@ export const useCreatorProfileStore = defineStore(
|
||||
|
||||
const value = useSessionStorage(
|
||||
'creator-profile',
|
||||
undefined,
|
||||
{},
|
||||
{
|
||||
writeDefaults: false,
|
||||
storage: window.sessionStorage,
|
||||
|
||||
Reference in New Issue
Block a user