Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 23, 2024
1 parent 37bc75d commit 6f06ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/components/command-palette/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function init() {
icon: Symbols.HELP,
type: "symbol",
label: i18n.dataset.getHelp,
url: headerCommandPaletteButton.dataset.searchHelpUrl,
url: headerCommandPaletteButton.dataset.searchHelpUrl || "TODO",
isExternal: true,
}),
]);
Expand Down

0 comments on commit 6f06ba4

Please sign in to comment.