From 704458409e91d01c8681fd809479ee732fcd2143 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 31 Dec 2023 11:41:38 +0200 Subject: [PATCH] fix jsdocs --- client/src/views/record/detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/record/detail.js b/client/src/views/record/detail.js index 1b38f1acce..4c053baeb1 100644 --- a/client/src/views/record/detail.js +++ b/client/src/views/record/detail.js @@ -178,7 +178,7 @@ class DetailRecordView extends BaseRecordView { * @property {string} [labelTranslation] A label translation path. * @property {string} [html] An HTML. * @property {string} [text] A text. - * @property {'default'|'danger'|'success'|'warning'} [style] A style. + * @property {'default'|'danger'|'success'|'warning'|'primary'} [style] A style. * @property {boolean} [hidden] Hidden. * @property {string} [title] A title (not translatable). * @property {boolean} [disabled] Disabled.