Shun Miyazawa 4 년 전
부모
커밋
5083720930
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Admin/Security/SecuritySetting.jsx

+ 1 - 1
packages/app/src/components/Admin/Security/SecuritySetting.jsx

@@ -41,7 +41,7 @@ class SecuritySetting extends React.Component {
   renderPageDeletePermissionDropdown(currentState, setState, deletionType, isButtonDisabled, t) {
   renderPageDeletePermissionDropdown(currentState, setState, deletionType, isButtonDisabled, t) {
     const isRecursiveDeletion = deletionType === DeletionType.RecursiveDeletion || deletionType === DeletionType.RecursiveCompleteDeletion;
     const isRecursiveDeletion = deletionType === DeletionType.RecursiveDeletion || deletionType === DeletionType.RecursiveCompleteDeletion;
     return (
     return (
-      <div className="row mb-4">
+      <div key={`page-delete-permission-dropdown-${deletionType}`} className="row mb-4">
         <div className="col-md-3 text-md-right mb-2">
         <div className="col-md-3 text-md-right mb-2">
           <strong>{t(`security_setting.${deletionType}`)}</strong>
           <strong>{t(`security_setting.${deletionType}`)}</strong>
         </div>
         </div>