fix: schema name conflicts

This commit is contained in:
chenos 2023-03-06 16:51:01 +08:00
parent cb74a9c08b
commit a463c3d747
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import {
useRecord,
useRequest,
useResourceActionContext,
useResourceContext,
useResourceContext
} from '@nocobase/client';
import { useChartQueryMetadataContext } from '../../ChartQueryMetadataProvider';
@ -75,7 +75,7 @@ export const useDestroyAllSelectedQueriesAction = () => {
export const chartsQueriesSchema: ISchema = {
type: 'object',
properties: {
block1: {
[uid()]: {
type: 'void',
'x-decorator': 'ResourceActionProvider',
'x-decorator-props': {

View File

@ -80,7 +80,7 @@ const collection = {
export const storageSchema: ISchema = {
type: 'object',
properties: {
block1: {
[uid()]: {
type: 'void',
'x-decorator': 'ResourceActionProvider',
'x-decorator-props': {