mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 23:04:24 +00:00
Only use default
for Option<T>
This commit is contained in:
parent
aca2c131d4
commit
605398bcea
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ impl ToTokens for InlinePropsBody {
|
|||
} else {
|
||||
quote! {
|
||||
#comment_macro
|
||||
#[builder(default, setter(into, doc = #comment))]
|
||||
#[builder(setter(into, doc = #comment))]
|
||||
pub #f
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue