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