fix: Grid.Col displayName correct (#4958)

This commit is contained in:
Jinx 2024-10-22 14:44:29 +08:00 committed by GitHub
parent dc34e027e3
commit 1da28b62e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -549,7 +549,7 @@ Grid.Col = observer(
</GridColContext.Provider>
);
},
{ displayName: 'Grid.Row' },
{ displayName: 'Grid.Col' },
);
Grid.wrap = (schema: ISchema) => {