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;
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@
|
||||
"responsiveBehavior": "fill",
|
||||
"rightColumn": 13,
|
||||
"shouldTruncate": false,
|
||||
"text": "{{ appsmith.store[\"APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master\"] }}\n",
|
||||
"text": "{{ appsmith.store.imported_code }}",
|
||||
"textAlign": "LEFT",
|
||||
"textColor": "#231F20",
|
||||
"topRow": 27,
|
||||
|
||||
Reference in New Issue
Block a user