mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-19 22:50:27 +08:00
Merge pull request #5402 from DDMeaqua/fix-selector-css
fix: selector css
This commit is contained in:
@@ -253,11 +253,6 @@ export function SideBar(props: { className?: string }) {
|
|||||||
{showPluginSelector && (
|
{showPluginSelector && (
|
||||||
<Selector
|
<Selector
|
||||||
items={[
|
items={[
|
||||||
{
|
|
||||||
title: "👇 Please select the plugin you need to use",
|
|
||||||
value: "-",
|
|
||||||
disable: true,
|
|
||||||
},
|
|
||||||
...PLUGINS.map((item) => {
|
...PLUGINS.map((item) => {
|
||||||
return {
|
return {
|
||||||
title: item.name,
|
title: item.name,
|
||||||
|
Reference in New Issue
Block a user