Skip to content

Commit

Permalink
fix: use correct function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 30, 2024
1 parent d24d959 commit 47c1be0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getDefault(layout, dashboard, filterTitle) {
return dashboard || isString(layout.title) ? filterTitle : undefined
}

export default function subtitle(series, layout, metaData, dashboard) {
export default function subtitle(series, layout, metaData, extraOptions) {
if (layout.hideSubtitle) {
return null
}
Expand Down

0 comments on commit 47c1be0

Please sign in to comment.