Add translation for search workflow placeholder in Function.vue
This commit is contained in:
parent
84d23c6797
commit
92c15a5ac7
@ -126,7 +126,7 @@
|
||||
:get-option-label="getWorkflowLabel"
|
||||
:reduce="wf => a.type === 'ID' ? wf.workflowID : wf.handle"
|
||||
clearable
|
||||
placeholder="Search for a workflow"
|
||||
:placeholder="$t('steps:function.configurator.search-workflow')"
|
||||
class="bg-white rounded"
|
||||
@input="$root.$emit('change-detected')"
|
||||
@search="searchWorkflows"
|
||||
|
||||
@ -40,6 +40,7 @@ function:
|
||||
result: Result
|
||||
results: Results
|
||||
add-result: + Add result
|
||||
search-workflow: Search for a workflow
|
||||
select-function: Select function
|
||||
type: Type
|
||||
type*: Type*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user