We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8a6e0 commit cfeed16Copy full SHA for cfeed16
1 file changed
src/pages/ShellModes.tsx
@@ -59,7 +59,7 @@ export function ShellModes() {
59
permission_check --> hard_denial
60
hard_denial -->|Yes| blocked_error
61
hard_denial -->|No| needs_confirm
62
- needs_confirm -->|No (YOLO/allowlisted)| inject_exec
+ needs_confirm -->|"No (YOLO/allowlisted)"| inject_exec
63
needs_confirm -->|Yes| confirm_dialog
64
confirm_dialog -->|Allow once| allow_once
65
confirm_dialog -->|Allow session| allow_session
0 commit comments