mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Added dataurl=null to default image expression (#23582)
This commit is contained in:
parent
16b4f85151
commit
37d3e54bd9
1 changed files with 1 additions and 1 deletions
|
@ -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`,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue