fix: schema name conflicts
This commit is contained in:
parent
cb74a9c08b
commit
a463c3d747
@ -5,7 +5,7 @@ import {
|
|||||||
useRecord,
|
useRecord,
|
||||||
useRequest,
|
useRequest,
|
||||||
useResourceActionContext,
|
useResourceActionContext,
|
||||||
useResourceContext,
|
useResourceContext
|
||||||
} from '@nocobase/client';
|
} from '@nocobase/client';
|
||||||
import { useChartQueryMetadataContext } from '../../ChartQueryMetadataProvider';
|
import { useChartQueryMetadataContext } from '../../ChartQueryMetadataProvider';
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ export const useDestroyAllSelectedQueriesAction = () => {
|
|||||||
export const chartsQueriesSchema: ISchema = {
|
export const chartsQueriesSchema: ISchema = {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
block1: {
|
[uid()]: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
'x-decorator': 'ResourceActionProvider',
|
'x-decorator': 'ResourceActionProvider',
|
||||||
'x-decorator-props': {
|
'x-decorator-props': {
|
||||||
|
@ -80,7 +80,7 @@ const collection = {
|
|||||||
export const storageSchema: ISchema = {
|
export const storageSchema: ISchema = {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
block1: {
|
[uid()]: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
'x-decorator': 'ResourceActionProvider',
|
'x-decorator': 'ResourceActionProvider',
|
||||||
'x-decorator-props': {
|
'x-decorator-props': {
|
||||||
|
Loading…
Reference in New Issue
Block a user