Skip to content

Commit

Permalink
fix: schema name conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chenos committed Mar 6, 2023
1 parent cb74a9c commit a463c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
useRecord,
useRequest,
useResourceActionContext,
useResourceContext,
useResourceContext
} from '@nocobase/client';
import { useChartQueryMetadataContext } from '../../ChartQueryMetadataProvider';

Expand Down Expand Up @@ -75,7 +75,7 @@ export const useDestroyAllSelectedQueriesAction = () => {
export const chartsQueriesSchema: ISchema = {
type: 'object',
properties: {
block1: {
[uid()]: {
type: 'void',
'x-decorator': 'ResourceActionProvider',
'x-decorator-props': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const collection = {
export const storageSchema: ISchema = {
type: 'object',
properties: {
block1: {
[uid()]: {
type: 'void',
'x-decorator': 'ResourceActionProvider',
'x-decorator-props': {
Expand Down

0 comments on commit a463c3d

Please sign in to comment.