SaveDashboardForm: Ensure saveVariables is boolean (#49466)

This commit is contained in:
Alex Khomenko 2022-05-24 11:44:20 +03:00 committed by GitHub
parent 3e4b4dba46
commit 8ad91e3f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ export const SaveDashboardForm = ({
)}
{hasVariableChanged && (
<Checkbox
checked={options.saveVariables}
checked={!!options.saveVariables}
onChange={() =>
onOptionsChange({
...options,