Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Oct 7, 2023
2 parents 2b7542e + 5edae3a commit 8d4337e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion dash_extensions/enrich.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ def dynamic_prefix(app: Union[DashBlueprint, DashProxy], component: Component):
if len(prefix_transforms) == 0:
return
prefix_transform: PrefixIdTransform = prefix_transforms[0]
prefix_component(prefix_transform.prefix, component, prefix_transform.escape)
prefix_recursively(component, prefix_transform.prefix, prefix_transform.prefix_func, prefix_transform.escape)


# endregion
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requests = "^2.31.0"
certifi = "^2023.07.22"
uvicorn = "^0.20.0"
sse-starlette = "^1.2.1"
urllib3 = "^1.26.9"
urllib3 = "^1.26.17"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 8d4337e

Please sign in to comment.