Fixed docs

This commit is contained in:
2023-01-24 20:10:53 +03:00
parent b1c1b5e9ce
commit 05e2e1ee86
6 changed files with 11 additions and 8 deletions

View File

@ -378,7 +378,6 @@ export class CGSelect implements ICgSelect {
private async renderUrl() {
const response = await fetch(this.url!);
const dataUrl = await response.json();
console.log(dataUrl);
const nativeSelect = createNativeSelect();