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