mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:05:38 +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>
|
||||
);
|
||||
},
|
||||
{ displayName: 'Grid.Row' },
|
||||
{ displayName: 'Grid.Col' },
|
||||
);
|
||||
|
||||
Grid.wrap = (schema: ISchema) => {
|
||||
|
Loading…
Reference in New Issue
Block a user