fix bug where loading a preview page syncs recent loading flag in store

This commit is contained in:
Eric 2024-06-24 12:50:51 +10:00
parent 754604cb05
commit 5c1d79eda4
No known key found for this signature in database

View File

@ -422,7 +422,8 @@ export const useRequestsStore = defineStore(
// TODO: deserialize bigints properly
return JSON.parse(serialized)
}
}
},
paths: ['blocks', 'requests', 'fetched']
}
}
)