Fix on refreshing description & images from products

This commit is contained in:
Ludovic CANDELLIER
2021-08-31 23:12:18 +02:00
parent 8842b7eea7
commit 385873a0cf
8 changed files with 40 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ class SpecieController extends Controller
public function getOptions()
{
return response()->json(Species::getOptions());
return response()->json(['0' => ''] + Species::getOptions());
}
public function create()