This commit is contained in:
Florian Bernard
2026-08-28 14:34:46 +00:00
parent 76ebf3b364
commit d6e186a7ed
@@ -1,7 +1,6 @@
export default {
async importLocalStoreCode() {
const raw = window.localStorage.getItem("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master");
await storeValue("imported_code", raw, true);
return raw;
await storeValue("imported_code", "TEST123", true);
return "TEST123";
}
}