123
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
async importLocalStoreCode() {
|
||||
const value = localStorage.getItem("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master");
|
||||
if (value !== null) {
|
||||
await storeValue("APPSMITH_LOCAL_STORE-code", value, true);
|
||||
}
|
||||
return value;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"gitSyncId": "6a919708c45e81bd1f22f312_02056aaf-5729-490a-a58a-7996aea07ced",
|
||||
"id": "Sitzplätze_Userdata_catch",
|
||||
"unpublishedCollection": {
|
||||
"name": "Userdata_catch",
|
||||
"pageId": "Sitzplätze",
|
||||
"pluginId": "js-plugin",
|
||||
"pluginType": "JS",
|
||||
"variables": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user