fix argument data type

This commit is contained in:
yggverse 2024-10-17 18:59:38 +03:00
parent a687401fcd
commit d2fd77f178

View File

@ -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));
}
}
}