fix: dashboard gauge chart data

This commit is contained in:
jialin
2024-07-19 13:06:02 +08:00
parent 1439f59131
commit b8b0d39635
13 changed files with 46 additions and 70 deletions
+1 -6
View File
@@ -26,12 +26,7 @@ const ModalFooter: React.FC<ModalFooterProps> = ({
const intl = useIntl();
return (
<Space size={20}>
<Button
onClick={onCancel}
style={{ width: '88px' }}
loading={loading}
{...cancelBtnProps}
>
<Button onClick={onCancel} style={{ width: '88px' }} {...cancelBtnProps}>
{cancelText || intl.formatMessage({ id: 'common.button.cancel' })}
</Button>
<Button