Skip to content

Commit 2bed1c5

Browse files
committed
Fix app update template selection
`select()` doesn't support a `validate` parameter. This was a holdover from when this was a multi-select `checkbox` (which it may be again one day, but not right now).
1 parent 387cfba commit 2bed1c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nava/platform/cli/commands/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ def update(
109109
choices=installed_templates_for_app,
110110
use_search_filter=True,
111111
use_jk_keys=False,
112-
validate=lambda choices: "You must choose a template to update"
113-
if not choices
114-
else True,
115112
).unsafe_ask(),
116113
)
117114

0 commit comments

Comments
 (0)