Skip to content

Commit

Permalink
remove default of config entry branding.label
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Sep 26, 2024
1 parent 79e3dde commit 1ad7ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const configSchema = schema.object({
enabled: schema.boolean({ defaultValue: false }),
}),
branding: schema.object({
label: schema.string({ defaultValue: 'AI assistant' }),
label: schema.string({ defaultValue: '' }),
}),
});

Expand Down

0 comments on commit 1ad7ac9

Please sign in to comment.