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:
@@ -19,7 +19,7 @@ import {
|
||||
} from '../../utils/config-constants';
|
||||
|
||||
import { UpdateArgs } from '../../types/config-section';
|
||||
import ToggleSwitch from './form-toggleswitch-with-submit';
|
||||
import ToggleSwitch from './form-toggleswitch';
|
||||
|
||||
const { Title } = Typography;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user