feat: make all confirmation forms accessible

This commit is contained in:
Pavel Sviderski
2025-05-01 14:12:12 +10:00
parent 6068e24f4f
commit 0b8495e964
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ func confirm() (bool, error) {
Negative("No").
Value(&confirmed),
),
)
).WithAccessible(true)
if err := form.Run(); err != nil {
return false, err
}