feat: generation of modules from the server, moved modules fields from the general tab
This commit is contained in:
@@ -7,7 +7,7 @@ type Props = Omit<
|
||||
ObjectSelectProps<UserSchema | null>,
|
||||
"data" | "getValueFn" | "getLabelFn"
|
||||
>;
|
||||
const UserSelect: FC<Props> = props => {
|
||||
const ManagerSelect: FC<Props> = props => {
|
||||
const { objects: managers } = useManagersList();
|
||||
return (
|
||||
<ObjectSelect
|
||||
@@ -21,4 +21,4 @@ const UserSelect: FC<Props> = props => {
|
||||
/>
|
||||
);
|
||||
};
|
||||
export default UserSelect;
|
||||
export default ManagerSelect;
|
||||
|
||||
Reference in New Issue
Block a user