This commit is contained in:
filipriec
2025-03-31 17:10:51 +02:00
parent 07c48985e4
commit 060cff3f0f
3 changed files with 10 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
let mut form_state = FormState::new(column_names);
// The rest of your UI initialization remains the same
let mut event_handler = EventHandler::new();
let mut event_handler = EventHandler::new().await?;
let event_reader = EventReader::new();
// Fetch the total count of Adresar entries