mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix(blocksAntd): Sider invalid syntax
This commit is contained in:
parent
954aadfd00
commit
fd4cbefd34
@ -18,7 +18,7 @@ import React from 'react';
|
||||
import { Layout } from 'antd';
|
||||
import { blockDefaultProps } from '@lowdefy/block-tools';
|
||||
|
||||
const { Sider } = Layout;
|
||||
const Sider = Layout.Sider;
|
||||
|
||||
const SiderBlock = ({ blockId, properties, content, methods }) => {
|
||||
const additionalProps = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user