This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 3487911cd fix(credentials/detail): delete btn style (#3132)
3487911cd is described below

commit 3487911cdfb4e51ce7df0da8e5c55e2adc0920fc
Author: YYYoung <isk...@outlook.com>
AuthorDate: Sat Jul 26 14:14:24 2025 +0800

    fix(credentials/detail): delete btn style (#3132)
---
 src/routes/consumers/detail.$username/credentials/detail.$id.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/routes/consumers/detail.$username/credentials/detail.$id.tsx 
b/src/routes/consumers/detail.$username/credentials/detail.$id.tsx
index c1d73903a..ff2c2f69c 100644
--- a/src/routes/consumers/detail.$username/credentials/detail.$id.tsx
+++ b/src/routes/consumers/detail.$username/credentials/detail.$id.tsx
@@ -132,6 +132,7 @@ function RouteComponent() {
                 {t('form.btn.edit')}
               </Button>
               <DeleteResourceBtn
+                mode="detail"
                 key="delete"
                 name={t('credentials.singular')}
                 target={id}

Reply via email to