Skip to content

Commit

Permalink
Added dataurl=null to default image expression (elastic#23582) (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 authored Sep 28, 2018
1 parent f3a4f30 commit 6f90ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const image = () => ({
displayName: 'Image',
help: 'A static image.',
image: header,
expression: `image mode="contain"
expression: `image dataurl=null mode="contain"
| render`,
});

0 comments on commit 6f90ceb

Please sign in to comment.