feat(xo-web/settings/remotes): make SMB subfolder field optional (#3250)
Fixes #3249
This commit is contained in:
parent
33859303bd
commit
f70a25e82f
@ -4,6 +4,8 @@
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [Remotes] Make SMB subfolder field optional [#3249](https://github.com/vatesfr/xen-orchestra/issues/3249) (PR [#3250](https://github.com/vatesfr/xen-orchestra/pull/3250))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
### Released packages
|
||||
|
@ -239,7 +239,6 @@ export default [
|
||||
placeholder={formatMessage(
|
||||
messages.remoteSmbPlaceHolderRemotePath
|
||||
)}
|
||||
required
|
||||
type='text'
|
||||
value={path}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user