Skip to content

Commit

Permalink
Update reflex/components/core/banner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Masen Furer <m_github@0x26.net>
  • Loading branch information
adhami3310 and masenf authored Jan 30, 2025
1 parent 02d215f commit ce3dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/components/core/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def create(cls, **props) -> Component:
"useEffect(() => { setBackendDisabled(isBackendDisabled()); }, []);": None,
},
imports={
"$/utils/state.js": [ImportVar(tag="isBackendDisabled")],
f"$/{constants.Dirs.STATE_PATH}": [ImportVar(tag="isBackendDisabled")],
},
),
)
Expand Down

0 comments on commit ce3dd5c

Please sign in to comment.