fixing this

This commit is contained in:
filipriec
2025-04-14 13:23:09 +02:00
parent 71dabc1e37
commit adcd3b37fa
10 changed files with 21 additions and 19 deletions

View File

@@ -143,7 +143,7 @@ impl EventHandler {
};
}
UiContext::Admin => {
admin::handle_admin_selection(app_state);
admin::handle_admin_selection(app_state, admin_state);
message = format!("Admin Option {} selected", index);
}