feat(xo-web/settings/remotes): make SMB subfolder field optional (#3250)

Fixes #3249
This commit is contained in:
badrAZ 2018-08-06 10:35:39 +02:00 committed by Pierre Donias
parent 33859303bd
commit f70a25e82f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -239,7 +239,6 @@ export default [
placeholder={formatMessage(
messages.remoteSmbPlaceHolderRemotePath
)}
required
type='text'
value={path}
/>