Skip to content

Commit

Permalink
[ISSUE #12146] 修复当对操作类型为删除的配置进行回滚时,操作类型不显示问题 (#12164)
Browse files Browse the repository at this point in the history
  • Loading branch information
misakacoder authored Jun 3, 2024
1 parent 19c3adc commit d1bd446
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class ConfigRollback extends React.Component {
const typeMap = {
U: locale.update,
I: locale.insert,
D: locale.deleteAction,
D: locale.rollbackDelete,
};
return typeMap[type];
}
Expand Down
Loading

0 comments on commit d1bd446

Please sign in to comment.