Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Convert tag ids to number
Fix for #35645

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
R0Wi authored Feb 27, 2023
commit dd89c4d41d43b65090e74d0b18fb410879424eee
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.