fix: resolve type inference error in toolbar callback
Some checks failed
Build MIPS Binary / build (push) Failing after 40s
Some checks failed
Build MIPS Binary / build (push) Failing after 40s
This commit is contained in:
@@ -8,7 +8,7 @@ use crate::components::layout::sidebar::Sidebar;
|
||||
|
||||
#[component]
|
||||
pub fn Toolbar(
|
||||
#[prop(into)] on_toggle_sidebar: Callback<()>,
|
||||
on_toggle_sidebar: Callback<()>,
|
||||
) -> impl IntoView {
|
||||
view! {
|
||||
<div class="flex min-h-14 h-auto items-center border-b border-border bg-background px-4" style="padding-top: env(safe-area-inset-top);">
|
||||
|
||||
Reference in New Issue
Block a user