Skip to content

Commit

Permalink
Made search_query private.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Oct 24, 2023
1 parent 093c4dc commit 7c0f468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsubman/src/ui/messages_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use super::show_json_context_menu;
pub struct MessagesView {
pub stream_messages_enabled: bool,
pub stream_messages_cancel_token: Option<CancellationToken>,
pub search_query: String,
search_query: String,
search_mode: SearchMode,
}

Expand Down

0 comments on commit 7c0f468

Please sign in to comment.