Skip to content

Commit

Permalink
implemented the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar-aa committed Jun 4, 2024
1 parent 33d1cd7 commit 4e2692e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private void bindInput(Input input, Map<String, ? extends Value> context,
if (isNull(value) || isEmpty(value)) {
if (useEmptyValuesForPrompts) {
value = createEmptyValue(input);
} else {
} else if (isNull(promptValue)) {
resolvePromptExpressions(input, context, targetContext, systemProperties);
missingInputs.add(createMissingInput(input, value));
return;
Expand Down

0 comments on commit 4e2692e

Please sign in to comment.