Skip to content

Commit

Permalink
Merge pull request #36887 from nextcloud/backport/36866/stable25
Browse files Browse the repository at this point in the history
[stable25] Convert tag id to number (closing #35645)
  • Loading branch information
R0Wi authored Feb 28, 2023
2 parents db09872 + 163b86b commit a85639f
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 @@ -56,7 +56,7 @@ export default {
methods: {
updateValue() {
if (this.value !== '') {
this.newValue = this.value
this.newValue = parseInt(this.value)
} else {
this.newValue = null
}
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 a85639f

Please sign in to comment.