Skip to content

Commit 70f051d

Browse files
committed
2 parents a2d9b17 + 7351f38 commit 70f051d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/SchedulerServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ export class SchedulerService {
670670
if (jsonstr) {
671671
const errorObject = JSON.parse(jsonstr);
672672
toast.error(
673-
`Failed to fetch schedule list : ${errorObject.error.message}`,
673+
`Failed to fetch schedule list : ${errorObject.error.message ? errorObject.error.message : errorObject.error}`,
674674
{
675675
...toastifyCustomStyle,
676676
toastId: 'dagListError'

0 commit comments

Comments
 (0)