rename toggleswitch-with-submit to just toggleswitch since by default it now will not submit unless you give it a prop to

This commit is contained in:
gingervitis
2021-02-14 01:46:59 -08:00
parent 682ddf96c3
commit a67adc9393
5 changed files with 4 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ import TextField from './form-textfield';
import { DEFAULT_VARIANT_STATE } from '../../utils/config-constants';
import InfoTip from '../info-tip';
import CPUUsageSelector from './cpu-usage';
// import ToggleSwitch from './form-toggleswitch-with-submit';
const { Panel } = Collapse;