mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra reference clone
This commit is contained in:
parent
aa06170e28
commit
abbb28a90a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue