From a91a584320d2b3e1fec1c9288f81c769b3d525fd Mon Sep 17 00:00:00 2001 From: Hirad Arshadi Date: Sat, 25 Apr 2026 16:34:18 -0700 Subject: [PATCH] Fix potentially uninitialized locals --- app/views/prompts/commands/_command.html.erb | 6 +++--- app/views/prompts/commands/index.html.erb | 2 +- .../action_text/rich_text_record_set_test.rb | 16 ++++++++++++---- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/app/views/prompts/commands/_command.html.erb b/app/views/prompts/commands/_command.html.erb index 634483f58f..89a7ea09f2 100644 --- a/app/views/prompts/commands/_command.html.erb +++ b/app/views/prompts/commands/_command.html.erb @@ -1,8 +1,8 @@ -<% command, description, editor_version = command %> +<% command_name, description, editor_version = prompt_command %> - +