Skip to content

Commit

Permalink
Merge pull request #47482 from nextcloud/backport/47480/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(flow): cannot set custom user agent
  • Loading branch information
blizzz authored Aug 26, 2024
2 parents 4415c6c + 59933a3 commit 0036881
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 0036881

Please sign in to comment.