This commit is contained in:
Lucas Silva 2023-05-16 10:33:01 +02:00
parent 801c693ef9
commit 80ea4bbdd2

View File

@ -73,7 +73,6 @@ class WidgetNumber implements WidgetHandlerInterface
'labels' => ['notification(s) envoyée(s)'],
'datasets' => [
[
'backgroundColor' => ['#41B883'],
'data' => [$countSend]
]
]
@ -87,7 +86,6 @@ class WidgetNumber implements WidgetHandlerInterface
'labels' => ['notification(s) non lue(s)'],
'datasets' => [
[
'backgroundColor' => ['#41B883'],
'data' => [$countUnread]
]
]