This commit is contained in:
IGNY8 VPS (Salman)
2025-12-13 11:34:36 +00:00
parent 44ecd3fa7d
commit 33ac4be8df
3 changed files with 16 additions and 6 deletions

View File

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