Skip to content

Commit

Permalink
renaming file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Nov 17, 2020
1 parent d42c2d1 commit b217713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
RepairSavedObjectResponse,
SavedObjectResult,
} from '../../../../common/types/saved_objects';
import { RepairList } from './repair_results';
import { RepairList } from './repair_list';
import { useToastNotificationService } from '../../services/toast_notification_service';

interface Props {
Expand All @@ -53,6 +53,7 @@ export const JobSpacesRepairFlyout: FC<Props> = ({ onClose }) => {
// this shouldn't be hit as errors are returned per-repair task
// as part of the response
displayErrorToast(error);
setLoading(false);
}
return null;
}
Expand Down

0 comments on commit b217713

Please sign in to comment.