mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
remove extra reference clone
This commit is contained in:
parent
aa06170e28
commit
abbb28a90a
@ -93,7 +93,7 @@ impl Page {
|
|||||||
// Actions
|
// Actions
|
||||||
action_page_load: action_page_load.clone(),
|
action_page_load: action_page_load.clone(),
|
||||||
action_page_open: action_page_open.clone(),
|
action_page_open: action_page_open.clone(),
|
||||||
action_update: action_update.clone(),
|
action_update: action_update,
|
||||||
// Components
|
// Components
|
||||||
content,
|
content,
|
||||||
navigation,
|
navigation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user