mirror of https://github.com/rancher/dashboard.git
Merge pull request #13847 from torchiaf/matches-namespaces-selector
Fix namespaces selector in Match.vue component
This commit is contained in:
commit
2bf3b98fad
|
|
@ -124,7 +124,7 @@ export default {
|
|||
<div class="row">
|
||||
<div class="col span-12">
|
||||
<Select
|
||||
v-model="value.namespaces"
|
||||
v-model:value="value.namespaces"
|
||||
class="lg"
|
||||
:options="namespaces"
|
||||
:placeholder="t('logging.flow.matches.namespaces.placeholder')"
|
||||
|
|
|
|||
Loading…
Reference in New Issue