Skip to content

Commit

Permalink
Remove placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-liss committed Jul 4, 2024
1 parent a313458 commit fd07170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fetch();
<div class="h-full">
<h5>Search</h5>
<div class="flex mb-4">
<InputText v-model="searchTerm" type="text" placeholder="Name" class="mr-4" />
<InputText v-model="searchTerm" type="text" class="mr-4" />
<Button label="Search&nbsp;&nbsp;" icon="pi pi-search" iconPos="right" @click="search()" />
</div>

Expand Down

0 comments on commit fd07170

Please sign in to comment.