From f60f7c6687df13cb179cd2a95206a10cca9b77d3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 17 十月 2024 14:19:19 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/components/MyCreateButton.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/page/components/MyCreateButton.jsx b/zy-acs-flow/src/page/components/MyCreateButton.jsx index 24f9c9b..b61f9fc 100644 --- a/zy-acs-flow/src/page/components/MyCreateButton.jsx +++ b/zy-acs-flow/src/page/components/MyCreateButton.jsx @@ -21,6 +21,7 @@ className={CreateButtonClasses.floating} aria-label={label && translate(label)} onClick={props.onClick} + {...props} > {defaultIcon} </StyledFab> @@ -29,6 +30,7 @@ className={CreateButtonClasses.floating} label={label} onClick={props.onClick} + {...props} > {defaultIcon} </StyledButton> -- Gitblit v1.9.1