1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Test All not clearing health error

Fixes #3409
This commit is contained in:
Mark McDowall
2019-12-06 17:41:59 -08:00
parent 415bbf5b3b
commit c3c38880e6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ function getInternalLink(source) {
case 'RootFolderCheck':
return (
<IconButton
name={icons.PLAY}
name={icons.SERIES_CONTINUING}
title="Series Editor"
to="/serieseditor"
/>