mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:45:56 +00:00
fix: Grid.Col displayName correct (#4958)
This commit is contained in:
parent
dc34e027e3
commit
1da28b62e0
@ -549,7 +549,7 @@ Grid.Col = observer(
|
|||||||
</GridColContext.Provider>
|
</GridColContext.Provider>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
{ displayName: 'Grid.Row' },
|
{ displayName: 'Grid.Col' },
|
||||||
);
|
);
|
||||||
|
|
||||||
Grid.wrap = (schema: ISchema) => {
|
Grid.wrap = (schema: ISchema) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user