Skip to content

Commit

Permalink
revert unnecesseary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Nov 6, 2023
1 parent 5add2d8 commit 1917d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/vm_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ def update_buttons(locals)
end

def breadcrumb_prohibited_for_action?
%w[accordion_select explorer tree_select].exclude?(action_name)
!%w[accordion_select explorer tree_select].include?(action_name)
end

def gtl_url
Expand Down

0 comments on commit 1917d66

Please sign in to comment.