mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
refactor: chartFilterForm:configureActions
This commit is contained in:
parent
6a9addf518
commit
bcc7c66a89
@ -173,7 +173,7 @@ export const chartFilterActionInitializers_deprecated = new CompatibleSchemaInit
|
|||||||
|
|
||||||
export const chartFilterActionInitializers = new CompatibleSchemaInitializer(
|
export const chartFilterActionInitializers = new CompatibleSchemaInitializer(
|
||||||
{
|
{
|
||||||
name: 'actionInitializers:chartFilterAction',
|
name: 'chartFilterForm:configureActions',
|
||||||
'data-testid': 'configure-actions-button-of-chart-filter',
|
'data-testid': 'configure-actions-button-of-chart-filter',
|
||||||
title: '{{t("Configure actions")}}',
|
title: '{{t("Configure actions")}}',
|
||||||
icon: 'SettingOutlined',
|
icon: 'SettingOutlined',
|
||||||
|
@ -36,7 +36,7 @@ const createFilterSchema = () => {
|
|||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
'x-initializer': 'actionInitializers:chartFilterAction',
|
'x-initializer': 'chartFilterForm:configureActions',
|
||||||
'x-component': 'ActionBar',
|
'x-component': 'ActionBar',
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
layout: 'one-column',
|
layout: 'one-column',
|
||||||
|
Loading…
Reference in New Issue
Block a user