mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SaveDashboardForm: Ensure saveTimerange is a boolean (#50228)
This commit is contained in:
parent
a3071b7797
commit
333e261074
@ -61,7 +61,7 @@ export const SaveDashboardForm = ({
|
|||||||
<Stack direction="column" gap={2}>
|
<Stack direction="column" gap={2}>
|
||||||
{hasTimeChanged && (
|
{hasTimeChanged && (
|
||||||
<Checkbox
|
<Checkbox
|
||||||
checked={options.saveTimerange}
|
checked={!!options.saveTimerange}
|
||||||
onChange={() =>
|
onChange={() =>
|
||||||
onOptionsChange({
|
onOptionsChange({
|
||||||
...options,
|
...options,
|
||||||
|
Loading…
Reference in New Issue
Block a user