Skip to content

Commit 47bed17

Browse files
authored
Merge pull request #2462 from digma-ai/close-troubleshooting
reload UI
2 parents 2cf141d + 1c43d70 commit 47bed17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/reload/ReloadService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class ReloadService {
3333
try {
3434
if (isProjectValid(it)) {
3535
MainToolWindowCardsController.getInstance(it).wizardFinished()
36+
MainToolWindowCardsController.getInstance(it).troubleshootingFinished()
3637
}
3738
} catch (e: Throwable) {
3839
ErrorReporter.getInstance().reportError("ReloadService.reload", e)

0 commit comments

Comments
 (0)