Update Node.svelte

This commit is contained in:
oaknuggins 2023-08-26 15:37:10 -03:00 committed by GitHub
parent f669d6411c
commit 3ab2c427ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
<div class="body">
{#if data.nodeType == "input"}
<select bind:value={data.name}>
<option value="punch.mp4">punch.mp4</option>
<option value="shoe.mp4">shoe.mp4</option>
<option value="rick.webm">rick.webm</option>
<option value="monke.webm">monke.webm</option>
</select>
{:else}
{data.name}