Merge branch 'release' of github.com:appsmithorg/appsmith into release

This commit is contained in:
Arpit Mohan 2020-09-17 19:01:46 +05:30
commit 7e7a14ac74
2 changed files with 2 additions and 0 deletions

View File

@ -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};

View File

@ -56,6 +56,7 @@ public class Action extends BaseDomain {
@JsonProperty(access = JsonProperty.Access.READ_ONLY)
Set<String> jsonPathKeys;
@JsonIgnore
String cacheResponse;
String templateId; //If action is created via a template, store the id here.