1
0
mirror of https://github.com/YGGverse/Yoda.git synced 2025-03-13 06:01:21 +00:00

fix argument data type

This commit is contained in:
yggverse 2024-10-17 18:59:38 +03:00
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));
}
}
}