diff --git a/src/app/browser/widget.rs b/src/app/browser/widget.rs index 8c5e8f46..69b6df5d 100644 --- a/src/app/browser/widget.rs +++ b/src/app/browser/widget.rs @@ -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}"),