fix: Typo in sidepanel options (browse_stylebrowser_style) (#914)

This commit is contained in:
Aaron
2024-08-14 07:46:42 -05:00
committed by GitHub
parent 2fd3503694
commit c0af62316d
@@ -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',