Skip to content

Commit 78fe4e4

Browse files
committed
Minor fix: rename state_store to state_manager
1 parent 03c9692 commit 78fe4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livecomponents/component.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def get_context_data(
6565
session_id=session_id,
6666
component_id=component_id,
6767
)
68-
state_store = get_state_manager()
69-
state = state_store.get_or_create_component_state(
68+
state_manager = get_state_manager()
69+
state = state_manager.get_or_create_component_state(
7070
request,
7171
state_addr,
7272
self.init_state,

0 commit comments

Comments
 (0)