remove log
This commit is contained in:
parent
f03a2ac0cc
commit
6798594be3
|
@ -62,7 +62,7 @@
|
||||||
<div
|
<div
|
||||||
class="icon-item"
|
class="icon-item"
|
||||||
style="color: {item === selectedIcon ? selectedColor : ''}"
|
style="color: {item === selectedIcon ? selectedColor : ''}"
|
||||||
on:click={() => (selectedIcon = item.icon)}
|
on:click={() => (selectedIcon = item)}
|
||||||
>
|
>
|
||||||
<Icon name={item} />
|
<Icon name={item} />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -269,7 +269,6 @@
|
||||||
async function fetchTemplates() {
|
async function fetchTemplates() {
|
||||||
const response = await api.get("/api/templates?type=app")
|
const response = await api.get("/api/templates?type=app")
|
||||||
templates = await response.json()
|
templates = await response.json()
|
||||||
console.log(templates)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
|
|
Loading…
Reference in New Issue