Skip to content

Commit

Permalink
mix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 17, 2024
1 parent b945c0d commit 0a342af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/autocomplete/suggestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function nodeSectionSuggestion (node, section, query, category, label) {
title: highlightMatches(section.id, query),
description: node.title,
matchQuality: matchQuality(section.id, query),
labels: [label, "section"],
labels: [label, 'section'],
category
}
}
Expand Down

0 comments on commit 0a342af

Please sign in to comment.