mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-20 02:00:14 +00:00
fix: stabilize admin frontend and resolve TS build errors
This commit is contained in:
@@ -260,7 +260,7 @@ export default function SettingsPage() {
|
||||
<FormItem>
|
||||
<FormLabel>Telegram Bot Token</FormLabel>
|
||||
<FormControl>
|
||||
<Input placeholder="123456789:ABCDEF..." {...field} />
|
||||
<Input placeholder="123456789:ABCDEF..." {...field} value={field.value as string || ""} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
@@ -273,7 +273,7 @@ export default function SettingsPage() {
|
||||
<FormItem>
|
||||
<FormLabel>Telegram Admin Chat ID</FormLabel>
|
||||
<FormControl>
|
||||
<Input placeholder="12345678" {...field} />
|
||||
<Input placeholder="12345678" {...field} value={field.value as string || ""} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
|
||||
Reference in New Issue
Block a user