1
0
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:
Du Peng 2022-07-25 16:29:01 +02:00 committed by Sylvain
parent e096d95dcc
commit 4f90cb5d80

View File

@ -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');