From 045487475512dc6f9f972264e78c0d1be555eae1 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 9 Nov 2024 12:15:50 +0200 Subject: [PATCH] fix docs --- client/src/views/modals/detail.js | 2 +- client/src/views/modals/edit.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/views/modals/detail.js b/client/src/views/modals/detail.js index 5f980206a5..f0bebe7b55 100644 --- a/client/src/views/modals/detail.js +++ b/client/src/views/modals/detail.js @@ -105,7 +105,7 @@ class DetailModalView extends ModalView { * @property {boolean} [fullFormDisabled] Disable full-form. * @property {boolean} [quickEditDisabled] Disable quick edit. * @property {string} [rootUrl] A root URL. - * @property {string} [fullFormUrl] A full-form URL. As of v8.5. + * @property {string} [fullFormUrl] A full-form URL. As of v9.0. */ /** diff --git a/client/src/views/modals/edit.js b/client/src/views/modals/edit.js index 9a85705852..4cc4e67d6d 100644 --- a/client/src/views/modals/edit.js +++ b/client/src/views/modals/edit.js @@ -129,7 +129,7 @@ class EditModalView extends ModalView { * @property {string} [rootUrl] A root URL. * @property {string} [returnUrl] A return URL. * @property {Record} [returnDispatchParams] Return dispatch params. - * @property {string} [fullFormUrl] A full-form URL. As of v8.5. + * @property {string} [fullFormUrl] A full-form URL. As of v9.0. */ /**