mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
chore: rm useless options
This commit is contained in:
Binary file not shown.
+1
-1
@@ -35,7 +35,7 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"framer-motion": "^12.23.24",
|
||||
"i18next": "^25.6.2",
|
||||
"i18next": "^25.6.3",
|
||||
"lucide-react": "^0.539.0",
|
||||
"motion": "^12.23.24",
|
||||
"radix-ui": "^1.4.3",
|
||||
|
||||
@@ -260,7 +260,9 @@ export default function MainConfigCard({ form, servers }: MainConfigCardProps) {
|
||||
</SelectTrigger>
|
||||
</FormControl>
|
||||
<SelectContent>
|
||||
{Object.keys(servers ?? {}).map((server: string) => (
|
||||
{Object.keys(servers ?? {})
|
||||
.filter((s) => s !== "SpringWebFlux" && s !== "XXLJOB")
|
||||
.map((server: string) => (
|
||||
<SelectItem key={server} value={server}>
|
||||
{server}
|
||||
</SelectItem>
|
||||
|
||||
Reference in New Issue
Block a user