mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-06 18:45:08 +08:00
Fix: adressing style without a default value (#13009)
### What problem does this PR solve? Fix: adressing style without a default value #12396 #11510 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -143,6 +143,7 @@ export const S3Constant = (t: TFunction) => [
|
||||
tooltip: t('setting.S3CompatibleAddressingStyleTip'),
|
||||
required: false,
|
||||
type: FormFieldType.Select,
|
||||
defaultValue: 'virtual',
|
||||
options: [
|
||||
{ label: 'Virtual Hosted Style', value: 'virtual' },
|
||||
{ label: 'Path Style', value: 'path' },
|
||||
|
||||
Reference in New Issue
Block a user