mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix argument data type
This commit is contained in:
parent
a687401fcd
commit
d2fd77f178
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ impl Page {
|
|||
meta.borrow_mut().description = Some(description);
|
||||
|
||||
// Update window
|
||||
action_update.activate(Some(&self.id.to_variant()));
|
||||
action_update.activate(Some(&id));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue