We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ced00c + 53b41e7 commit 4b233d4Copy full SHA for 4b233d4
src/frontend/wwwroot/utils.js
@@ -74,7 +74,7 @@ window.getStoredData = (key)=> {
74
75
// If not found in localStorage, check sessionStorage
76
if (!data) {
77
- data = getStoredData(key);
+ data = sessionStorage.getItem(key);
78
if (data) {
79
// Move data from sessionStorage to localStorage
80
setStoredData(key, data);
0 commit comments