remove error
This commit is contained in:
@@ -26,7 +26,7 @@ pub fn Shutters() -> impl IntoView {
|
||||
|
||||
#[component]
|
||||
pub fn Shutter(name: String, shade_id: i32) -> impl IntoView {
|
||||
let (response, set_response) = create_signal(None::<String>);
|
||||
let (_response, set_response) = create_signal(None::<String>);
|
||||
|
||||
let move_up = create_action(move |_| async move {
|
||||
let client = Client::new();
|
||||
|
||||
Reference in New Issue
Block a user