Skip to content

Commit

Permalink
fix: actually call method
Browse files Browse the repository at this point in the history
  • Loading branch information
olgakup committed Jan 3, 2025
1 parent 61d0db1 commit 785f75d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a
v-show="isCustomNetwork"
class="add-network__close"
@click="() => editNetwork"
@click="editNetwork"
>
<edit-icon />
</a>
Expand Down

0 comments on commit 785f75d

Please sign in to comment.