feat: modules, products, services, services kits
This commit is contained in:
@ -13,7 +13,7 @@ const CreateStatusButton: FC = () => {
|
||||
title: "Создание колонки",
|
||||
withCloseButton: true,
|
||||
innerProps: {
|
||||
onChange: values => statusesCrud.onCreate(values.name),
|
||||
onChange: statusesCrud.onCreate,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user