Skip to content

Commit

Permalink
fix: Typo in sidepanel options (browse_stylebrowser_style) (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Aug 14, 2024
1 parent 2fd3503 commit c0af623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wxt/src/core/utils/building/find-entrypoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ async function getSidepanelEntrypoint(
const options = await getHtmlEntrypointOptions<SidepanelEntrypointOptions>(
info,
{
browserStyle: 'browse_style',
browserStyle: 'browser_style',
exclude: 'exclude',
include: 'include',
defaultIcon: 'default_icon',
Expand Down

0 comments on commit c0af623

Please sign in to comment.