diff --git a/app/views/action/nodes/_form.html.erb b/app/views/action/nodes/_form.html.erb index f80395809..0ecee56ed 100644 --- a/app/views/action/nodes/_form.html.erb +++ b/app/views/action/nodes/_form.html.erb @@ -14,14 +14,13 @@ <%= form.select :action_node_types_id, options_for_select(Action::NodeType.all.map { |key| [key.name, key.id]}, node.action_node_types_id), {}, class: "form-control" %> -