From 05f821b156f1349004bc84ee061aa61a026e569a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 15 Jan 2015 10:54:44 +0000 Subject: [PATCH] Fix error when no component is set on an incident --- app/views/dashboard/incidents/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/incidents/edit.blade.php b/app/views/dashboard/incidents/edit.blade.php index 6db8ecc3..52d68d0c 100644 --- a/app/views/dashboard/incidents/edit.blade.php +++ b/app/views/dashboard/incidents/edit.blade.php @@ -59,7 +59,7 @@ @foreach(trans('cachet.components.status') as $statusID => $status)