diff --git a/app/client/src/pages/Editor/Explorer/Entity/Name.tsx b/app/client/src/pages/Editor/Explorer/Entity/Name.tsx index cc0148282a..dd070212e5 100644 --- a/app/client/src/pages/Editor/Explorer/Entity/Name.tsx +++ b/app/client/src/pages/Editor/Explorer/Entity/Name.tsx @@ -23,6 +23,7 @@ const Wrapper = styled.div` text-overflow: ellipsis; white-space: nowrap; margin: 0 4px; + padding: 9px 0; line-height: 13px; & span.token { color: ${Colors.OCEAN_GREEN}; diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/domains/Action.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/domains/Action.java index a68dba0777..77cada4a46 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/domains/Action.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/domains/Action.java @@ -56,6 +56,7 @@ public class Action extends BaseDomain { @JsonProperty(access = JsonProperty.Access.READ_ONLY) Set jsonPathKeys; + @JsonIgnore String cacheResponse; String templateId; //If action is created via a template, store the id here.