Skip to content

Commit

Permalink
refactor: 删除弹窗样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
guguji5 committed Dec 6, 2021
1 parent 4023a63 commit c0eaf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function Dashboard() {
className='table-operator-area-warning'
onClick={async () => {
confirm({
title: `${t('是否删除大盘')}${record.name}?`,
title: `${t('是否删除大盘')}${record.name}?`,
onOk: async () => {
await removeDashboard(busiId as number, record.id);
message.success(t('删除大盘成功'));
Expand Down

0 comments on commit c0eaf53

Please sign in to comment.