Skip to content

Commit

Permalink
🔧 Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger authored Jan 2, 2024
1 parent 9d9e34a commit 20decaa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/routes/builder/EditModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{#if action?.event.type === EventType.View}
<input
type="number"
placeholder="Number of View"
placeholder="Number of View (leave blank for Closing the App)"
bind:value={action.event.data}
maxlength="10"
/>
Expand All @@ -119,13 +119,6 @@
<option value={EventType.Function}>Function</option>
</select>
</div>
<!-- <input
class="input"
type="text"
placeholder="View Number or Function Name with () for Params"
bind:value={action.event}
maxlength="40"
/> -->
<button
class="btn variant-filled"
on:click={() => (action = null)}
Expand Down

0 comments on commit 20decaa

Please sign in to comment.