mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add missed argument
This commit is contained in:
parent
9f30965e72
commit
5e9d94711a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue