Skip to content

Commit

Permalink
Merge pull request #945 from scientist-softserv/i911-video-embed-foll…
Browse files Browse the repository at this point in the history
…ow-up

🧹 remove video_embed from primary terms
  • Loading branch information
ShanaLMoore authored Dec 12, 2023
2 parents 5ae6463 + e30518b commit 7065314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/forms/video_embed_form_behavior.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module VideoEmbedFormBehavior
self.terms += %i[video_embed]
end

def primary_terms
super + %i[video_embed]
def secondary_terms
super.sort!
end
end

0 comments on commit 7065314

Please sign in to comment.