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