Skip to content

Commit e601dd2

Browse files
committed
clear selected match on closing of the details
1 parent 1f9d1f8 commit e601dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Our.Umbraco.Look.BackOffice/Client/Controllers/DetailsController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
$scope.hideDetails = function () {
1717
dialogService.closeAll();
18+
matchService.selectedMatch = null;
1819
};
1920

2021
}

0 commit comments

Comments
 (0)