mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
♻️ refactor: Make 'scheme' field optional in client form schema
This commit is contained in:
parent
5272360c77
commit
f4a1237619
@ -64,7 +64,7 @@ const createClientFormSchema = (t: any) =>
|
||||
description: z.string().optional(),
|
||||
icon: z.string().optional(),
|
||||
user_agent: z.string().min(1, `User-Agent ${t('form.validation.userAgentRequiredSuffix')}`),
|
||||
scheme: z.string(),
|
||||
scheme: z.string().optional(),
|
||||
template: z.string(),
|
||||
output_format: z.string(),
|
||||
download_link: z.object({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user