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

This commit is contained in:
Catherine Liu 2018-09-27 22:37:12 -07:00 committed by GitHub
parent f3a4f30b03
commit 6f90ceb5f4
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`,
});