|
@@ -41,7 +41,18 @@ const InfoModal: React.FC<InfoModalProps> = ({ toggleIsOpen }) => {
|
|
`headers.sentBy == "some system" &&
|
|
`headers.sentBy == "some system" &&
|
|
headers["sentAt"] == "2020-01-01"`
|
|
headers["sentAt"] == "2020-01-01"`
|
|
</S.ListItem>
|
|
</S.ListItem>
|
|
- <S.ListItem>multiS.ListItemne filters are also allowed:</S.ListItem>
|
|
|
|
|
|
+ <S.ListItem>multiline filters are also allowed:</S.ListItem>
|
|
|
|
+ <S.InfoParagraph>
|
|
|
|
+ ```
|
|
|
|
+ <br />
|
|
|
|
+ def name = value.name
|
|
|
|
+ <br />
|
|
|
|
+ def age = value.age
|
|
|
|
+ <br />
|
|
|
|
+ name == "iliax" && age == 30
|
|
|
|
+ <br />
|
|
|
|
+ ```
|
|
|
|
+ </S.InfoParagraph>
|
|
</ol>
|
|
</ol>
|
|
<S.ButtonContainer>
|
|
<S.ButtonContainer>
|
|
<Button
|
|
<Button
|