fix: fix err msg

This commit is contained in:
Catalin Pit
2024-08-21 13:57:43 +03:00
parent 4a8f32a44f
commit f24a33c182

View File

@ -154,7 +154,7 @@ export const AddSubjectFormPartial = ({
console.error(e); console.error(e);
toast({ toast({
title: 'Error', title: 'Error',
description: `An error occurred while undoing the latest change to the ${field}.`, description: 'An error occurred while undoing the latest change',
duration: 5000, duration: 5000,
}); });
} }