fix(blocksAntd): Sider invalid syntax

This commit is contained in:
Gervwyk 2020-11-03 00:48:47 +02:00
parent 954aadfd00
commit fd4cbefd34

View File

@ -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 = {};