mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:06:22 +00:00
chore: add group title to Table item action settings (#4516)
This commit is contained in:
parent
fb2504257b
commit
e03b5b873b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user