2
0
Taichi Masuyama 4 жил өмнө
parent
commit
06e98dd59f

+ 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,