mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Update snapshot
This commit is contained in:
parent
f5431f5210
commit
e103143634
@ -7,7 +7,7 @@ exports[`Render should render component 1`] = `
|
|||||||
id="graph"
|
id="graph"
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": "100px",
|
"height": 100,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
@ -480,7 +480,7 @@ exports[`Render should render component with disclaimer 1`] = `
|
|||||||
id="graph"
|
id="graph"
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": "100px",
|
"height": 100,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
@ -962,7 +962,7 @@ exports[`Render should show query return no time series 1`] = `
|
|||||||
id="graph"
|
id="graph"
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": "100px",
|
"height": 100,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user