refactor: replace load method with reload, returning Command
This commit is contained in:
parent
c6bf1525d8
commit
3787bf8cbc
7 changed files with 25 additions and 38 deletions
|
|
@ -37,10 +37,6 @@ impl page::Page<crate::pages::Message> for Page {
|
|||
.title(fl!("time-date"))
|
||||
.description(fl!("time-date", "desc"))
|
||||
}
|
||||
|
||||
fn load(&self, _page: page::Entity) -> Option<page::Task<crate::pages::Message>> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
impl Page {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue