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

fix: selector css
This commit is contained in:
Dogtiti 2024-09-18 15:19:08 +08:00 committed by GitHub
commit 848f794149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

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