Skip to content

Commit

Permalink
Merge pull request #1506 from bcgov/bugs/edx1619
Browse files Browse the repository at this point in the history
Bug Fix for EDX-1619
  • Loading branch information
SodhiA1 authored Jul 14, 2023
2 parents b6b6811 + 25c8a41 commit a2e9a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
id="user-search-button"
class="ml-2"
text="Search"
:disabled="searchEnabled()"
@click-action="searchButtonClick"
:disabled="searchEnabled"
/>
</v-col>
</v-row>
Expand Down

0 comments on commit a2e9a0a

Please sign in to comment.