summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/workflowengine/src/components/Checks/FileSystemTag.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/src/components/Checks/FileSystemTag.vue b/apps/workflowengine/src/components/Checks/FileSystemTag.vue
index d7db3e8b1ac..2d59c8f36d4 100644
--- a/apps/workflowengine/src/components/Checks/FileSystemTag.vue
+++ b/apps/workflowengine/src/components/Checks/FileSystemTag.vue
@@ -56,7 +56,7 @@ export default {
methods: {
updateValue() {
if (this.value !== '') {
- this.newValue = this.value
+ this.newValue = parseInt(this.value)
} else {
this.newValue = null
}