feat: add external admin dashboard link to navigation and remove Gantt chart widget from intern applications page

This commit is contained in:
Ümit Tunç
2026-07-02 10:40:10 +03:00
parent abcf105d07
commit 4af8900a78
5 changed files with 9 additions and 344 deletions
@@ -510,10 +510,4 @@ class InternApplicationResource extends Resource
];
}
public static function getWidgets(): array
{
return [
Widgets\InternGanttChartWidget::class,
];
}
}