fix(flow): cannot set customer user agent

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/47481/head
Arthur Schiwon 2024-08-26 13:25:33 +07:00 committed by backportbot[bot]
parent a1ed1980d1
commit bdfdb7210e
1 changed files with 1 additions and 1 deletions

@ -43,7 +43,7 @@
</NcSelect>
<input v-if="!isPredefined"
type="text"
:value="currentValue.pattern"
:value="currentValue.id"
@input="updateCustom">
</div>
</template>