Skip to content

Commit

Permalink
fix(pricing): 修复模型价格无法新增的问题 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroDeng01 authored Nov 27, 2024
1 parent 45f55dd commit b564ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/Pricing/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const Pricing = () => {
</Alert>
)}
<Stack direction="row" alignItems="center" justifyContent="flex-end" mb={5} spacing={2}>
<Button variant="contained" color="primary" startIcon={<Icon icon="solar:add-circle-line-duotone" />}>
<Button variant="contained" onClick={()=>handleOpenaddModal(null)} color="primary" startIcon={<Icon icon="solar:add-circle-line-duotone" />}>
{t('pricingPage.newButton')}
</Button>
<Button variant="contained" onClick={handleRefresh} startIcon={<Icon icon="solar:refresh-bold-duotone" />}>
Expand Down

0 comments on commit b564ede

Please sign in to comment.