mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-30 01:30:21 +02:00
k
This commit is contained in:
parent
02f72a5c86
commit
ce2572134c
@ -74,8 +74,9 @@ export function WhitelabelingForm() {
|
||||
validationSchema={Yup.object().shape({
|
||||
auto_scroll: Yup.boolean().nullable(),
|
||||
application_name: Yup.string()
|
||||
.nullable()
|
||||
.length(0, "Application name is required"),
|
||||
.required("Application name is required")
|
||||
.trim()
|
||||
.min(1, "Application name cannot be empty"),
|
||||
use_custom_logo: Yup.boolean().required(),
|
||||
use_custom_logotype: Yup.boolean().required(),
|
||||
custom_header_content: Yup.string().nullable(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user