feat: use notify

This commit is contained in:
karishmas6
2024-10-24 04:15:59 +05:30
parent dd1177bbb0
commit be930aed2b

View File

@@ -83,7 +83,7 @@ export const RunsTable = (
}); });
setRows(parsedRows); setRows(parsedRows);
} else { } else {
console.log('No runs found.'); notify('error', 'No runs found. Please try again.')
} }
}; };