fix: schema name conflicts
This commit is contained in:
parent
cb74a9c08b
commit
a463c3d747
@ -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': {
|
||||
|
@ -80,7 +80,7 @@ const collection = {
|
||||
export const storageSchema: ISchema = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
block1: {
|
||||
[uid()]: {
|
||||
type: 'void',
|
||||
'x-decorator': 'ResourceActionProvider',
|
||||
'x-decorator-props': {
|
||||
|
Loading…
Reference in New Issue
Block a user