Skip to content

Commit 5f3199c

Browse files
committed
Use correct config name
1 parent 105c7ad commit 5f3199c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def _config(self):
779779
"dash_version": __version__,
780780
"python_version": sys.version,
781781
"dash_version_url": DASH_VERSION_URL,
782-
"design_kit_version": dash_design_kit_version,
782+
"ddk_version": dash_design_kit_version,
783783
}
784784
if not self.config.serve_locally:
785785
config["plotlyjs_url"] = self._plotlyjs_url

0 commit comments

Comments
 (0)