fix: explicit type fixes for toolbar and multi_select
Some checks failed
Build MIPS Binary / build (push) Failing after 45s
Some checks failed
Build MIPS Binary / build (push) Failing after 45s
This commit is contained in:
@@ -22,7 +22,7 @@ pub fn Toolbar(
|
||||
variant=ButtonVariant::Ghost
|
||||
size=ButtonSize::Icon
|
||||
class="size-9"
|
||||
on:click=move |_: web_sys::MouseEvent| on_toggle_sidebar.run(())
|
||||
on:click=move |_| { on_toggle_sidebar.run(()); }
|
||||
>
|
||||
<PanelLeft class="size-5" />
|
||||
<span class="hidden">"Toggle Sidebar"</span>
|
||||
|
||||
@@ -8,8 +8,7 @@ use tw_merge::*;
|
||||
use crate::components::hooks::use_can_scroll_vertical::use_can_scroll_vertical;
|
||||
use crate::components::hooks::use_random::use_random_id_for;
|
||||
// * Reuse @select.rs
|
||||
pub use crate::components::ui::select::{
|
||||
SelectGroup as MultiSelectGroup, SelectItem as MultiSelectItem, SelectLabel as MultiSelectLabel,
|
||||
SelectGroup as MultiSelectGroup, SelectItem as MultiSelectItem,
|
||||
};
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Default)]
|
||||
|
||||
Reference in New Issue
Block a user