Taichi Masuyama пре 4 година
родитељ
комит
06e98dd59f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/app/src/utils/page-delete-config.ts

+ 1 - 1
packages/app/src/utils/page-delete-config.ts

@@ -49,7 +49,7 @@ export const validateDeleteConfigs = (
  * Convert IPageDeleteConfigValue.Inherit to the calculable value
  * @param confForSingle IPageDeleteConfigValueToProcessValidation
  * @param confForRecursive IPageDeleteConfigValue
- * @returns IPageDeleteConfigValueToProcessValidation
+ * @returns [(value for single), (value for recursive)]
  */
 export const prepareDeleteConfigValuesForCalc = (
     confForSingle: IPageDeleteConfigValueToProcessValidation, confForRecursive: IPageDeleteConfigValue,