feat: use notify
This commit is contained in:
@@ -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.')
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user