소스 검색

fixed arg name

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

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

@@ -39,8 +39,8 @@ const getDeletionTypeForT = (deletionType) => {
   }
 };
 
-const getDeleteConfigValueForT = (deleteConfig) => {
-  switch (deleteConfig) {
+const getDeleteConfigValueForT = (DeleteConfigValue) => {
+  switch (DeleteConfigValue) {
     case PageDeleteConfigValue.Anyone:
     case null:
       return 'security_setting.anyone';