mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
SaveDashboardForm: Ensure saveVariables is boolean (#49466)
This commit is contained in:
parent
3e4b4dba46
commit
8ad91e3f9e
@ -74,7 +74,7 @@ export const SaveDashboardForm = ({
|
||||
)}
|
||||
{hasVariableChanged && (
|
||||
<Checkbox
|
||||
checked={options.saveVariables}
|
||||
checked={!!options.saveVariables}
|
||||
onChange={() =>
|
||||
onOptionsChange({
|
||||
...options,
|
||||
|
Loading…
Reference in New Issue
Block a user