fix incorrect v_ssl field name

This commit is contained in:
mix5003 2021-10-30 20:22:55 +07:00
commit fabe2f1ec7

View file

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