Procházet zdrojové kódy

Merge pull request #5402 from DDMeaqua/fix-selector-css

fix: selector css
Dogtiti před 1 rokem
rodič
revize
848f794149
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      app/components/sidebar.tsx

+ 0 - 5
app/components/sidebar.tsx

@@ -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,