This commit is contained in:
Florian Bernard
2026-08-28 14:23:10 +00:00
parent d32cbfda38
commit 5b51fd3c24
3 changed files with 53 additions and 2 deletions
@@ -10,7 +10,8 @@ export default {
value = raw;
}
await storeValue("Userinfo", value, true);
await storeValue("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master", value, true);
return value;
}
}