Add status attribute to SharedState class
This commit is contained in:
parent
8e65ba5f17
commit
85576d4204
1 changed files with 1 additions and 0 deletions
|
|
@ -37,4 +37,5 @@ class SharedState(CustomComponent):
|
|||
state = Record(text=str(state))
|
||||
elif not state:
|
||||
state = Record(text="")
|
||||
self.status = state
|
||||
return state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue