still one error missing

This commit is contained in:
filipriec
2025-03-22 20:05:13 +01:00
parent 04b4220c76
commit 7d4b043d63
4 changed files with 40 additions and 20 deletions

View File

@@ -32,6 +32,7 @@ impl AppState {
total_count: 0,
current_position: 0,
profile_tree: ProfileTreeResponse::default(),
selected_profile: None,
ui: UiState::default(),
})
}