mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-16 05:42:13 +08:00
Add no-options placehoder to experiments dropdown [SCI-8517] (#5495)
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
parent
876987bc70
commit
1a689c9329
2 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,11 @@
|
|||
@change="changeExperiment"
|
||||
:options="experiments"
|
||||
:placeholder="experimentsSelectorPlaceholder"
|
||||
:no-options-placeholder="
|
||||
i18n.t(
|
||||
'repositories.modal_assign_items_to_task.body.experiment_select.no_options_placeholder'
|
||||
)
|
||||
"
|
||||
:searchPlaceholder="
|
||||
i18n.t(
|
||||
'repositories.modal_assign_items_to_task.body.experiment_select.placeholder'
|
||||
|
|
|
|||
|
|
@ -2003,6 +2003,7 @@ en:
|
|||
label: "Experiment"
|
||||
placeholder: "Enter Experiment name"
|
||||
disabled_placeholder: "Select Project to enable Experiment"
|
||||
no_options_placeholder: "No experiments available to select"
|
||||
task_select:
|
||||
label: "Task"
|
||||
placeholder: "Enter Task name"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue