mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
k
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user