diff --git a/pages/Page1/widgets/Text1.json b/pages/Page1/widgets/Text1.json index 3ac2d99..440d16c 100644 --- a/pages/Page1/widgets/Text1.json +++ b/pages/Page1/widgets/Text1.json @@ -17,6 +17,7 @@ } ], "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "fontSize": "1rem", "fontStyle": "BOLD", @@ -42,7 +43,7 @@ "responsiveBehavior": "fill", "rightColumn": 31, "shouldTruncate": false, - "text": "Hello {{appsmith.user.name || appsmith.user.email}}", + "text": "Hello {{appsmith.user.name || appsmith.user.email}} appsmith test", "textAlign": "LEFT", "textColor": "#231F20", "topRow": 2,