This commit is contained in:
Florian Bernard
2026-08-28 14:23:10 +00:00
parent d32cbfda38
commit 5b51fd3c24
3 changed files with 53 additions and 2 deletions
@@ -10,7 +10,8 @@ export default {
value = raw;
}
await storeValue("Userinfo", value, true);
await storeValue("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master", value, true);
return value;
}
}
+50
View File
@@ -0,0 +1,50 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 27,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "ik7gdrvmlq",
"leftColumn": 0,
"minWidth": 120,
"mobileBottomRow": 27,
"mobileLeftColumn": 0,
"mobileRightColumn": 13,
"mobileTopRow": 23,
"needsErrorInfo": false,
"onClick": "{{Userdata_catch.importLocalStoreCode();}}",
"parentColumnSpace": 17.9375,
"parentId": "0",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 13,
"text": "Userdata",
"topRow": 23,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "kinyfy3kbu",
"widgetName": "Button1"
}
+1 -1
View File
@@ -43,7 +43,7 @@
"responsiveBehavior": "fill",
"rightColumn": 13,
"shouldTruncate": false,
"text": "{{ appsmith.store[\"Userinfo\"] }}\n",
"text": "{{ appsmith.store[\"APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master\"] }}\n",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 27,