add regular form field comp with no submit button
This commit is contained in:
@@ -4,7 +4,7 @@ import { Button } from 'antd';
|
||||
import { RESET_TIMEOUT, postConfigUpdateToAPI } from './constants';
|
||||
|
||||
import { ServerStatusContext } from '../../../utils/server-status-context';
|
||||
import TextField, { TextFieldProps } from './form-textfield-nosubmit';
|
||||
import TextField, { TextFieldProps } from './form-textfield';
|
||||
import { createInputStatus, StatusState, STATUS_ERROR, STATUS_PROCESSING, STATUS_SUCCESS } from '../../../utils/input-statuses';
|
||||
import { UpdateArgs } from '../../../types/config-section';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user