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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"gitSyncId": "6a919708c45e81bd1f22f312_d07c586e-c647-49e0-9443-9629981043ec",
|
||||||
|
"id": "Sitzplätze_Userdata_catch.importLocalStoreCode",
|
||||||
|
"pluginId": "js-plugin",
|
||||||
|
"pluginType": "JS",
|
||||||
|
"unpublishedAction": {
|
||||||
|
"actionConfiguration": {
|
||||||
|
"encodeParamsToggle": true,
|
||||||
|
"jsArguments": [],
|
||||||
|
"paginationType": "NONE",
|
||||||
|
"timeoutInMillisecond": 10000
|
||||||
|
},
|
||||||
|
"collectionId": "Sitzplätze_Userdata_catch",
|
||||||
|
"confirmBeforeExecute": false,
|
||||||
|
"datasource": {
|
||||||
|
"isAutoGenerated": false,
|
||||||
|
"name": "UNUSED_DATASOURCE",
|
||||||
|
"pluginId": "js-plugin"
|
||||||
|
},
|
||||||
|
"dynamicBindingPathList": [
|
||||||
|
{
|
||||||
|
"key": "body"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"fullyQualifiedName": "Userdata_catch.importLocalStoreCode",
|
||||||
|
"name": "importLocalStoreCode",
|
||||||
|
"pageId": "Sitzplätze",
|
||||||
|
"runBehaviour": "MANUAL",
|
||||||
|
"userSetOnLoad": false
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user