mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
update edit product comment
This commit is contained in:
parent
e096d95dcc
commit
4f90cb5d80
@ -16,7 +16,7 @@ interface EditProductProps {
|
||||
}
|
||||
|
||||
/**
|
||||
* This component show new product form
|
||||
* This component show edit product form
|
||||
*/
|
||||
const EditProduct: React.FC<EditProductProps> = ({ productId, onSuccess, onError }) => {
|
||||
const { t } = useTranslation('admin');
|
||||
|
Loading…
Reference in New Issue
Block a user