Test
This commit is contained in:
@@ -10,7 +10,8 @@ export default {
|
|||||||
value = raw;
|
value = raw;
|
||||||
}
|
}
|
||||||
|
|
||||||
await storeValue("Userinfo", value, true);
|
await storeValue("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master", value, true);
|
||||||
return value;
|
return value;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"responsiveBehavior": "fill",
|
"responsiveBehavior": "fill",
|
||||||
"rightColumn": 13,
|
"rightColumn": 13,
|
||||||
"shouldTruncate": false,
|
"shouldTruncate": false,
|
||||||
"text": "{{ appsmith.store[\"Userinfo\"] }}\n",
|
"text": "{{ appsmith.store[\"APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master\"] }}\n",
|
||||||
"textAlign": "LEFT",
|
"textAlign": "LEFT",
|
||||||
"textColor": "#231F20",
|
"textColor": "#231F20",
|
||||||
"topRow": 27,
|
"topRow": 27,
|
||||||
|
|||||||
Reference in New Issue
Block a user