Add status attribute to SharedState class

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-02 17:37:12 -03:00
commit 85576d4204

View file

@ -37,4 +37,5 @@ class SharedState(CustomComponent):
state = Record(text=str(state))
elif not state:
state = Record(text="")
self.status = state
return state