app: propagate change events
This commit is contained in:
committed by
nitnelave
parent
1a03346a38
commit
2f1bf87102
@@ -81,8 +81,8 @@ impl Component for UserTable {
|
||||
CommonComponentParts::<Self>::update(self, msg)
|
||||
}
|
||||
|
||||
fn change(&mut self, _: Self::Properties) -> ShouldRender {
|
||||
false
|
||||
fn change(&mut self, props: Self::Properties) -> ShouldRender {
|
||||
self.common.change(props)
|
||||
}
|
||||
|
||||
fn view(&self) -> Html {
|
||||
|
||||
Reference in New Issue
Block a user