Skip to content

Commit

Permalink
fix: origin datas is not used in streamlit environment
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Oct 2, 2024
1 parent dfb36e3 commit 5149a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygwalker/api/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _component(
vis_spec: Optional[List[Dict[str, Any]]] = None,
**kwargs: Dict[str, Any]
):
props = self.walker._get_props("streamlit")
props = self.walker._get_props("streamlit", [])
props["gwMode"] = mode
props["communicationUrl"] = BASE_URL_PATH
if vis_spec is not None:
Expand Down

0 comments on commit 5149a75

Please sign in to comment.