Skip to content

Commit

Permalink
feat: search by requestor organization
Browse files Browse the repository at this point in the history
Signed-off-by: Jerrico Dela Cruz <[email protected]>
  • Loading branch information
jerricotandelacruz committed Sep 3, 2024
1 parent c7e2b72 commit 56bcc30
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/goapp/templates/myapprovals.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,6 @@
</select>
</div>
</div>
<div class="sm:block">
<div class="content-start">
<label for="filter" class="block text-sm font-medium text-gray-700">Filter by Organization</label>
<select @change="(e) => {
state.other.organization = e.target.value
load()
}"
id="reponseType" name="responseType" class="block mt-1 pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md">
<template x-for="item in organizations">
<option x-text="item"></option>
</template>
</select>
</div>
</div>
<div class="sm:block">
<div class="content-start">
<label for="filter" class="block text-sm font-medium text-gray-700">Filter by Request Type</label>
Expand Down

0 comments on commit 56bcc30

Please sign in to comment.