Skip to content

Commit

Permalink
Merge pull request #47481 from nextcloud/backport/47480/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(flow): cannot set custom user agent
  • Loading branch information
blizzz authored Aug 26, 2024
2 parents a1ed198 + 1fc4d59 commit 62f275b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</NcSelect>
<input v-if="!isPredefined"
type="text"
:value="currentValue.pattern"
:value="currentValue.id"
@input="updateCustom">
</div>
</template>
Expand Down
4 changes: 2 additions & 2 deletions dist/workflowengine-workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/workflowengine-workflowengine.js.map

Large diffs are not rendered by default.

0 comments on commit 62f275b

Please sign in to comment.