mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 22:04:00 -07:00
show ftp path when edit web domain
This commit is contained in:
parent
474257fd72
commit
f2dc9c501e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const AdditionalFtpForEditing = ({ domain, data = {}, onDeleteAdditionalFtp, pre
|
|||
const { i18n, userName } = useSelector(state => state.session);
|
||||
const [state, setState] = useState({
|
||||
username: data.v_ftp_user || '',
|
||||
path: ''
|
||||
path: data.v_ftp_path || ''
|
||||
});
|
||||
|
||||
const renderForm = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue