mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Show error alert when data is not available
This commit is contained in:
@@ -51,7 +51,6 @@ function schedulerEntriesReducer(
|
||||
data: action.payload.entries,
|
||||
};
|
||||
case LIST_SCHEDULER_ENTRIES_ERROR:
|
||||
// TODO: set error state
|
||||
return {
|
||||
...state,
|
||||
loading: false,
|
||||
|
Reference in New Issue
Block a user