mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
fix incorrect v_ssl field name
This commit is contained in:
parent
474257fd72
commit
fabe2f1ec7
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ const EditWeb = props => {
|
|||
|
||||
<Checkbox
|
||||
onChange={onChangeSslSupport}
|
||||
name="v_shared"
|
||||
name="v_ssl"
|
||||
id="ssl-support"
|
||||
title={i18n['SSL Support'] ?? 'SSL Support'}
|
||||
defaultChecked={state.sslSupport} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue