Added dataurl=null to default image expression (#23582)

This commit is contained in:
Catherine Liu 2018-09-27 16:36:55 -07:00 committed by GitHub
parent 16b4f85151
commit 37d3e54bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`,
});