Add no-options placehoder to experiments dropdown [SCI-8517] (#5495)

Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
Soufiane 2023-05-26 21:10:53 +02:00 committed by GitHub
parent 876987bc70
commit 1a689c9329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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'

View file

@ -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"