This commit is contained in:
Yuri Kuznetsov
2024-09-16 10:03:45 +03:00
parent 3ec3035c7e
commit 19d2465ebd
+4 -1
View File
@@ -498,7 +498,10 @@ class BaseFieldView extends View {
$cell.removeClass('hidden-cell');
}
/** @inheritDoc */
/**
* @inheritDoc
* @return {Record<string, *>}
*/
data() {
const data = {
scope: this.model.entityType || this.model.name,