mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-11 02:44:15 +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);
|
meta.borrow_mut().description = Some(description);
|
||||||
|
|
||||||
// Update window
|
// Update window
|
||||||
action_update.activate(Some(&self.id.to_variant()));
|
action_update.activate(Some(&id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user