diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index 795a5d85c70..dd92d72468b 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -989,7 +989,7 @@ export default { } break } - if (!input && !['tags'].includes(key)) { + if (!input && input !== 0 && !['tags'].includes(key)) { continue } if (action.mapping && key in action.mapping && action.mapping[key].options) {