mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15: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
|
||||
action_page_load: action_page_load.clone(),
|
||||
action_page_open: action_page_open.clone(),
|
||||
action_update: action_update.clone(),
|
||||
action_update: action_update,
|
||||
// Components
|
||||
content,
|
||||
navigation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue