mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra reference
This commit is contained in:
parent
cdf4d21edd
commit
613b724c9e
1 changed files with 1 additions and 2 deletions
|
|
@ -352,8 +352,7 @@ pub fn load(page: &Rc<Page>, request: Option<&str>, is_history: bool) {
|
|||
None => &page.navigation.request.widget.entry.text(),
|
||||
};
|
||||
|
||||
page.client
|
||||
.request(&query, {
|
||||
page.client.request(query, {
|
||||
let page = page.clone();
|
||||
move |response| {
|
||||
match response {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue