mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
🐛 fix: align dashboard with secured APIs
This commit is contained in:
@@ -56,11 +56,11 @@ export default function CreateServerPage() {
|
||||
title="Server Configuration"
|
||||
description="Complete configuration for the itzg/minecraft-server workload."
|
||||
>
|
||||
<ServerForm
|
||||
onSubmit={handleSubmit}
|
||||
onCancel={() => router.push("/dashboard/servers")}
|
||||
submitLabel="Create Server"
|
||||
/>
|
||||
<ServerForm
|
||||
onSubmit={handleSubmit}
|
||||
onCancel={() => router.push("/dashboard/servers")}
|
||||
submitLabel="Create Server"
|
||||
/>
|
||||
</SectionCard>
|
||||
</PageShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user