mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-12 15:02:17 +00:00
add missed argument
This commit is contained in:
parent
9f30965e72
commit
5e9d94711a
@ -108,7 +108,7 @@ impl Widget {
|
|||||||
) {
|
) {
|
||||||
Ok(_) => {
|
Ok(_) => {
|
||||||
// Delegate save action to childs
|
// Delegate save action to childs
|
||||||
// let id = self.database.last_insert_id();
|
// let id = self.database.last_insert_id(tx);
|
||||||
// nothing yet..
|
// nothing yet..
|
||||||
}
|
}
|
||||||
Err(e) => todo!("{e}"),
|
Err(e) => todo!("{e}"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user