Skip to content

Commit

Permalink
Fix css class
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Oct 27, 2024
1 parent 89cf21d commit 8946983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/MatomoAnalyticsViewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getFormDescriptor(

$formDescriptor["{$type}-info"] = [
'type' => 'info',
'class' => 'matomoanalytics-chart-noselect',
'cssclass' => 'matomoanalytics-chart-noselect',
'label-message' => 'matomoanalytics-labels-' . $type . 'info',
'section' => 'matomoanalytics-labels-' . $type,
];
Expand Down

0 comments on commit 8946983

Please sign in to comment.