mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
fix argument data type
This commit is contained in:
parent
a687401fcd
commit
d2fd77f178
@ -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…
x
Reference in New Issue
Block a user