Skip to content

Commit

Permalink
Fix delete button on single api key edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Feb 17, 2024
1 parent 9645828 commit d3f361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/settings/page-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
add_query_arg(
array(
'action' => 'delete',
'key' => $keyId
'id' => $keyId
),
sprintf(
admin_url( 'admin.php?page=%s&tab=rest_api' ),
Expand Down

0 comments on commit d3f361d

Please sign in to comment.