update recipe endpoint
This commit is contained in:
parent
9e8efa4cfc
commit
e4fdf19c67
5 changed files with 76 additions and 14 deletions
|
|
@ -28,11 +28,17 @@
|
|||
<input
|
||||
class="input input-bordered join-item w-[300px]"
|
||||
placeholder="Product Code, Name or Other Name"
|
||||
(input)="setSearch($event)"
|
||||
(keydown.enter)="search($event)"
|
||||
/>
|
||||
<button class="btn join-item">Search</button>
|
||||
<button class="btn join-item" (click)="search($event)">
|
||||
Search
|
||||
</button>
|
||||
</div>
|
||||
<div class="flex gap-2">
|
||||
<button class="btn rounded-lg">View JSON</button>
|
||||
<button class="btn rounded-lg" (click)="openJsonTab()">
|
||||
View JSON
|
||||
</button>
|
||||
<button class="btn rounded-lg">
|
||||
<svg
|
||||
class="w-6 h-6 text-gray-800 dark:text-white"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue