This commit is contained in:
SvetoslavTsenov
2017-05-30 18:33:27 +03:00
parent 99611a9979
commit 93237cf991

View File

@@ -95,7 +95,7 @@ export class MainPageViewModel extends observable.Observable {
this.exampleName = selectedExample;
if (selectedExample.indexOf("/") > 0) {
try {
rame.topmost().navigate("ui-tests-app/" + selectedExample);
frame.topmost().navigate("ui-tests-app/" + selectedExample);
} catch (error) {
dialogs.alert("Cannot find example: " + selectedExample);
}