We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba970bd commit 493a23dCopy full SHA for 493a23d
src/dashboard/index.rs
@@ -9,9 +9,6 @@ use super::{query_editor::QueryEditor, query_table::QueryTable};
9
#[component]
10
pub fn Dashboard() -> impl IntoView {
11
let tabs_store = expect_context::<tabs::TabsStore>();
12
- create_effect(move |_| {
13
- log!("Selected tab: {}", tabs_store.selected_tab.get());
14
- });
15
16
view! {
17
<Tabs value=tabs_store.selected_tab>
0 commit comments