app: propagate change events

This commit is contained in:
Valentin Tolmer
2022-06-30 09:27:51 +02:00
committed by nitnelave
parent 1a03346a38
commit 2f1bf87102
13 changed files with 26 additions and 26 deletions

View File

@@ -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 {