Merge pull request #32 from AleziaKurdis/HomeAppFallbacktoTutorial

Home App: Change the fallback to tutorial rather than localhost
This commit is contained in:
ksuprynowicz 2023-08-22 18:32:24 +02:00 committed by GitHub
commit be540fb43a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
if (LocationBookmarks.getHomeLocationAddress()) {
location.handleLookupString(LocationBookmarks.getHomeLocationAddress());
} else {
location.goToLocalSandbox();
Window.location = "file:///~/serverless/tutorial.json";
}
button.editProperties({
isActive: false