mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-19 05:38:54 +01:00
Fixed rendering of empty selection with the multi select action
This commit is contained in:
@@ -157,7 +157,7 @@ class SelectAPIController extends AbstractController
|
||||
{
|
||||
array_unshift($arr, [
|
||||
'text' => $this->translator->trans($text),
|
||||
'value' => null,
|
||||
'value' => "",
|
||||
]);
|
||||
|
||||
return $arr;
|
||||
|
||||
Reference in New Issue
Block a user