mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-11 12:43:16 +02:00
fix incorrect v_ssl field name
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user