Skip to content

Commit

Permalink
Merge pull request #5402 from DDMeaqua/fix-selector-css
Browse files Browse the repository at this point in the history
fix: selector css
  • Loading branch information
Dogtiti authored Sep 18, 2024
2 parents 9ddd5a0 + 7f1b44b commit 848f794
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ export function SideBar(props: { className?: string }) {
{showPluginSelector && (
<Selector
items={[
{
title: "👇 Please select the plugin you need to use",
value: "-",
disable: true,
},
...PLUGINS.map((item) => {
return {
title: item.name,
Expand Down

0 comments on commit 848f794

Please sign in to comment.