mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:25:10 +00:00
fix: make e2e tests pass
This commit is contained in:
parent
bd18dd6225
commit
e6e17ebffe
@ -28,8 +28,6 @@ export const Tabs: any = (props: TabsProps) => {
|
||||
const contextProps = useTabsContext();
|
||||
const { PaneRoot = React.Fragment as React.FC<any> } = contextProps;
|
||||
|
||||
PaneRoot.displayName = 'PaneRoot';
|
||||
|
||||
const items = useMemo(() => {
|
||||
const result = fieldSchema.mapProperties((schema, key: string) => {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user