This commit is contained in:
DDMeaqua
2024-09-18 15:04:41 +08:00
parent ebaeb5a0d5
commit 7f1b44befe
2 changed files with 2 additions and 6 deletions

View File

@@ -254,11 +254,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,