Shun Miyazawa 4 лет назад
Родитель
Сommit
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';