fix(docs): Inline Form Validation Docs throw error on top level await (#1522)

pull/1381/head
Thomas Allmer 2023-08-16 20:59:21 +02:00 zatwierdzone przez GitHub
rodzic 9cb5ba7ac1
commit d8de7bcc51
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -462,7 +462,7 @@ To disable the browser's error messages, you need to cancel the `sl-invalid` eve
<sl-button type="reset" variant="default">Reset</sl-button>
</form>
<script>
<script type="module">
const form = document.querySelector('.inline-validation');
const nameError = document.querySelector('#name-error');