chore: add group title to Table item action settings (#4516)

This commit is contained in:
Zeke Zhang 2024-05-29 13:08:53 +08:00 committed by GitHub
parent fb2504257b
commit e03b5b873b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,6 +154,11 @@ const commonOptions = {
);
},
items: [
{
type: 'itemGroup',
name: 'actions',
title: '{{t("Configure actions")}}',
children: [
{
type: 'item',
title: '{{t("View")}}',
@ -261,6 +266,8 @@ const commonOptions = {
return (collection.template !== 'view' || collection?.writableView) && collection.template !== 'sql';
},
},
],
},
{
name: 'divider',
type: 'divider',