Added some more dummy validating form inputs

This commit is contained in:
Samuel Andert
2023-07-31 14:53:50 +02:00
parent 120c6dd280
commit 3d2960390a
6 changed files with 292 additions and 38 deletions

View File

@ -5,10 +5,10 @@
let isStoreLoaded = false;
$: if (services && services.helloEarthAlert) {
services.helloEarthAlert.alertMe();
// services.helloEarthAlert.alertMe();
}
$: if (services.core) {
services.core.testAlert();
// services.core.testAlert();
}
$: if ($store) isStoreLoaded = true;