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
|
### 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
|
### Bug fixes
|
||||||
|
|
||||||
### Released packages
|
### Released packages
|
||||||
|
@ -239,7 +239,6 @@ export default [
|
|||||||
placeholder={formatMessage(
|
placeholder={formatMessage(
|
||||||
messages.remoteSmbPlaceHolderRemotePath
|
messages.remoteSmbPlaceHolderRemotePath
|
||||||
)}
|
)}
|
||||||
required
|
|
||||||
type='text'
|
type='text'
|
||||||
value={path}
|
value={path}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user