mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:26:36 +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(
|
||||
{
|
||||
name: 'actionInitializers:chartFilterAction',
|
||||
name: 'chartFilterForm:configureActions',
|
||||
'data-testid': 'configure-actions-button-of-chart-filter',
|
||||
title: '{{t("Configure actions")}}',
|
||||
icon: 'SettingOutlined',
|
||||
|
@ -36,7 +36,7 @@ const createFilterSchema = () => {
|
||||
},
|
||||
actions: {
|
||||
type: 'void',
|
||||
'x-initializer': 'actionInitializers:chartFilterAction',
|
||||
'x-initializer': 'chartFilterForm:configureActions',
|
||||
'x-component': 'ActionBar',
|
||||
'x-component-props': {
|
||||
layout: 'one-column',
|
||||
|
Loading…
Reference in New Issue
Block a user