feat: cannot delete robots notify

This commit is contained in:
karishmas6
2024-11-29 16:59:01 +05:30
parent db2bb6f521
commit 4ce3bd6408

View File

@@ -253,7 +253,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
checkRunsForRecording(row.id).then((result: boolean) => {
if (result) {
notify('warning', 'Cannot delete robot as it has active runs');
notify('warning', 'Cannot delete robot as it has associated runs');
}
})