1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

update edit product comment

This commit is contained in:
Du Peng 2022-07-25 16:29:01 +02:00
parent d690db8b6f
commit a53c68d6b4

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