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:
@@ -23,7 +23,11 @@ export function AdvancedPanel({
|
||||
return (
|
||||
<TabsContent value="advanced" className="space-y-4 mt-4">
|
||||
<div className="grid grid-cols-3 gap-4">
|
||||
<Field id="timezone" label="Timezone" tooltip="Timezone for server logs and scheduling (e.g., America/New_York)">
|
||||
<Field
|
||||
id="timezone"
|
||||
label="Timezone"
|
||||
tooltip="Timezone for server logs and scheduling (e.g., America/New_York)"
|
||||
>
|
||||
<Input
|
||||
id="timezone"
|
||||
value={formData.timezone}
|
||||
|
||||
Reference in New Issue
Block a user