Skip to content

Commit

Permalink
moved input
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 28, 2025
1 parent 44f822b commit f58aeb1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions usr-web/src/routes/(apps)/manifest/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,6 @@
{#if tabIndex === 0}
{@render input()}

<label>
Ref Number
<input
type="number"
bind:value={change_order_ref_number}
placeholder="Reference Number"
/>
</label>

<button
onclick={async () => {
if (
Expand Down Expand Up @@ -417,6 +408,16 @@
{@render selectAnOrder()}
{:else}
{@render input()}

<label>
Ref Number
<input
type="number"
bind:value={change_order_ref_number}
placeholder="Reference Number"
/>
</label>

<button
onclick={async () => {
if (
Expand Down

0 comments on commit f58aeb1

Please sign in to comment.