Finish rename correctly

This commit is contained in:
Mikayla
2023-08-18 15:26:36 -07:00
parent 4c3227ce2a
commit 4c15f26eba
+1 -1
View File
@@ -98,7 +98,7 @@ impl SearchOptions {
.with_contents(Svg::new(self.icon()))
.toggleable(active)
.with_style(button_style)
.into_element()
.element()
.into_any()
}
}