1
0
Fork 0

chore(components): Show raised info above the pattern

This commit is contained in:
Joost De Cock 2021-04-12 19:15:50 +02:00
parent b92feed66e
commit 83fa154219
2 changed files with 3 additions and 2 deletions

View file

@ -36,6 +36,7 @@ const DraftPattern = (props) => {
return (
<>
<Events events={props.patternProps.events} types={['info']} />
<Draft
{...props.patternProps}
design={props.design}