sdsd
This commit is contained in:
@@ -330,7 +330,7 @@ export default function IndustriesSectorsKeywords() {
|
||||
// Show detailed errors if any
|
||||
if (result.errors && result.errors.length > 0) {
|
||||
result.errors.forEach((error: string) => {
|
||||
toast.error(error, { duration: 8000 });
|
||||
toast.error(error);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user