Skip to content

Commit

Permalink
update locker status input
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 15, 2024
1 parent 83948e1 commit 4536241
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/routes/(admin)/admin/edit/LockerEditmodal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -213,26 +213,19 @@
{#if showData}
<div class="edit-cont">

<label for="studentID">Student ID</label>
<label for="studentID">Status</label>
<input
bind:value={lockerData.status}
id="studentID"
name="studentID"
placeholder="Student ID"
id="status"
name="status"
placeholder="Locker Status"
required
type="text"
readonly
/>



<button class="submit" on:click={submit}>Submit</button>


<div class="action-cont">
<!-- <div class="action-btn material-symbols-outlined" on:click={deleteUser}>delete</div> -->
<!-- <div class="action-btn material-symbols-outlined" on:click={removeLocker}>person_remove</div> -->
</div>
</div>
{/if}

Expand Down

0 comments on commit 4536241

Please sign in to comment.