Skip to content

Commit

Permalink
fix(flow): cannot set customer user agent
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz authored and backportbot[bot] committed Aug 26, 2024
1 parent 14dfa3b commit 79e81df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</NcSelect>
<input v-if="!isPredefined"
type="text"
:value="currentValue.pattern"
:value="currentValue.id"
@input="updateCustom">
</div>
</template>
Expand Down

0 comments on commit 79e81df

Please sign in to comment.