123
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
async importLocalStoreCode() {
|
async importLocalStoreCode() {
|
||||||
const raw = window.localStorage.getItem("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master");
|
await storeValue("imported_code", "TEST123", true);
|
||||||
await storeValue("imported_code", raw, true);
|
return "TEST123";
|
||||||
return raw;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user