Skip to content

Commit

Permalink
Add Refresh button to node finder (#3748)
Browse files Browse the repository at this point in the history
* Check if the filters form are valid or changed to apply refresh btn

* modify condition
  • Loading branch information
samaradel authored Dec 18, 2024
1 parent 49a091b commit c2d6060
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
variant="outlined"
color="secondary"
density="compact"
:disabled="!valid || !changed"
@click.stop="apply"
text="Apply"
:text="!valid || !changed ? 'Refresh' : 'Apply'"
:loading="loading"
class="mx-2"
/>
Expand Down

0 comments on commit c2d6060

Please sign in to comment.