Skip to content

Commit

Permalink
fix: prop name for version
Browse files Browse the repository at this point in the history
  • Loading branch information
mulengawilfred committed Oct 17, 2024
1 parent 362ea8b commit d3419f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const PluginSettings: React.FC<Props> = ({
installedPlugins={marketplacePlugins}
onInstall={handleInstallPluginByMarketplace}
onUninstall={handleUninstallPlugin}
version={"classic"}
version={"visualizer"}
/>
))}
</>
Expand Down

0 comments on commit d3419f6

Please sign in to comment.