Merge pull request #13847 from torchiaf/matches-namespaces-selector

Fix namespaces selector in Match.vue component
This commit is contained in:
Phillip Rak 2025-03-21 12:48:50 -07:00 committed by GitHub
commit 2bf3b98fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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