From: Vincent Vanwaelscappel Date: Thu, 20 Jan 2022 20:12:09 +0000 (+0100) Subject: wip #5041 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=677495ca59216fc011aa44afcded1744f56ccbfd;p=cubist_cms-back.git wip #5041 --- diff --git a/src/resources/views/columns/select_from_array.blade.php b/src/resources/views/columns/select_from_array.blade.php index 67b6cd6..4ce99c3 100644 --- a/src/resources/views/columns/select_from_array.blade.php +++ b/src/resources/views/columns/select_from_array.blade.php @@ -18,12 +18,10 @@ if (isset($column['options'][$values])) { echo $column['options'][$values]; } else { - dd($values,$entry); echo '-'; } } } else { - dd($values); echo "-"; } ?>