Merge branch 'release' of github.com:appsmithorg/appsmith into release
This commit is contained in:
commit
7e7a14ac74
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user