Skip to content

Commit d8558b2

Browse files
committed
Remove Empty option in multi select
1 parent c6006e8 commit d8558b2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

news/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,6 @@ def _v3_create_context():
398398
("link", "Link"),
399399
],
400400
"related_libraries_options": [
401-
("", "Select"),
402-
]
403-
+ [
404401
(
405402
library.slug,
406403
library.name,

0 commit comments

Comments
 (0)