From 007da1227da0a5dbc26315eedef44f04ac8a601d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 16 Jun 2026 17:26:32 +0300 Subject: [PATCH] fix: update intern gantt chart scale type from weeks to days --- .../widgets/intern-gantt-chart-widget.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/filament/admin/resources/intern-applications/widgets/intern-gantt-chart-widget.blade.php b/resources/views/filament/admin/resources/intern-applications/widgets/intern-gantt-chart-widget.blade.php index 31b0f56..e6467b1 100644 --- a/resources/views/filament/admin/resources/intern-applications/widgets/intern-gantt-chart-widget.blade.php +++ b/resources/views/filament/admin/resources/intern-applications/widgets/intern-gantt-chart-widget.blade.php @@ -136,7 +136,7 @@ format: 'dd.MM.yyyy', width: 120, }], - scaleType: 'weeks', + scaleType: 'days', taskListWidth: 490, }); } else {