fix: access control, voices options
This commit is contained in:
@@ -9,7 +9,7 @@ import AccessControlForm from './form';
|
||||
|
||||
const AccessControlModal: React.FC<
|
||||
Global.ScrollerModalProps<ListItem, AccessControlFormData>
|
||||
> = ({ open, title, currentData, action, onOk, onCancel }) => {
|
||||
> = ({ open, title, currentData, action, onCancel }) => {
|
||||
const intl = useIntl();
|
||||
const form = useRef<any>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user