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.