Skip to content

Commit

Permalink
fix: Invoke call missing named argument in mainpagelayout (#5178)
Browse files Browse the repository at this point in the history
* Fix invoke call in mainpagelayout

* Update main_page_layout_data.lua
  • Loading branch information
mbergen authored Dec 9, 2024
1 parent 6511177 commit 5fcaeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/main_page/wikis/dota2/main_page_layout_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ local CONTENT = {
filterButtons = {
noPanel = true,
body = '<div style{{=}}"width:100%;margin-bottom:8px;">' ..
'{{#invoke:Lua|invoke|module=:FilterButtons|getFromConfig}}</div>',
'{{#invoke:Lua|invoke|module=FilterButtons|fn=getFromConfig}}</div>',
},
matches = {
heading = 'Matches',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ local CONTENT = {
filterButtons = {
noPanel = true,
body = '<div style{{=}}"width:100%;margin-bottom:8px;">' ..
'{{#invoke:Lua|invoke|module=:FilterButtons|getFromConfig}}</div>',
'{{#invoke:Lua|invoke|module=FilterButtons|fn=getFromConfig}}</div>',
},
matches = {
heading = 'Matches',
Expand Down

0 comments on commit 5fcaeda

Please sign in to comment.