We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c14ce3 commit ca90cbfCopy full SHA for ca90cbf
superset/views/base.py
@@ -489,7 +489,7 @@ def cached_common_bootstrap_data( # pylint: disable=unused-argument
489
"EXTRA_CATEGORICAL_COLOR_SCHEMES"
490
],
491
"menu_data": menu_data(g.user),
492
- "pdf_compression_level": conf["PDF_COMPRESSION_LEVEL"],
+ "pdf_compression_level": app.config["PDF_COMPRESSION_LEVEL"],
493
}
494
495
bootstrap_data.update(app.config["COMMON_BOOTSTRAP_OVERRIDES_FUNC"](bootstrap_data))
0 commit comments