mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 19:58:53 +02:00
Fixed rendering of empty selection with the multi select action
This commit is contained in:
parent
39765f05dd
commit
e067dc80d5
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class SelectAPIController extends AbstractController
|
||||||
{
|
{
|
||||||
array_unshift($arr, [
|
array_unshift($arr, [
|
||||||
'text' => $this->translator->trans($text),
|
'text' => $this->translator->trans($text),
|
||||||
'value' => null,
|
'value' => "",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $arr;
|
return $arr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue