Revert "fix(blocks-antd): Fix Icon omitted lowdefy props."

This reverts commit 4deaa540b1.
This commit is contained in:
SamTolmay 2021-02-03 16:55:58 +02:00
parent ea13e8ebfe
commit 61d14f6f15

View File

@ -20,13 +20,16 @@ import { ErrorBoundary, blockDefaultProps } from '@lowdefy/block-tools';
import { omit, type } from '@lowdefy/helpers';
const lowdefyProps = [
'actionLog',
'content',
'homePageId',
'list',
'loading',
'menus',
'pageId',
'required',
'registerAction',
'registerMethod',
'schemaErrors',
'user',
'validation',
];