email collapse fix

This commit is contained in:
Yuri Kuznetsov
2024-06-24 11:09:29 +03:00
parent 68ef9ce4ac
commit 69d0dbbf1c
@@ -69,6 +69,10 @@ function init(langSets) {
const options = context.options;
const view = /** @type {import('view').default} */options.espoView;
if (!view) {
return;
}
context.memo('button.cellParams', () => {
return ui.button({
className: '',
@@ -144,6 +148,10 @@ function init(langSets) {
const options = context.options;
const view = /** @type {import('view').default} */options.espoView;
if (!view) {
return;
}
context.memo('button.tableParams', () => {
return ui.button({
className: '',