bug fixes (#116)

* bug fixes

* fix ws url
This commit is contained in:
UUBulb
2025-02-05 18:46:42 +08:00
committed by GitHub
parent dfe7d57ea4
commit 9b63e4fbda
8 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export default function ServerPage() {
<>
<TerminalButton id={s.id} />
<ServerCard mutate={mutate} data={s} />
<ServerConfigCard sid={[s.id]} variant="outline" />
<ServerConfigCard sid={s.id} variant="outline" />
</>
</ActionButtonGroup>
)