wip(lab): Working on layout feature
This commit is contained in:
parent
9541fea78c
commit
dd5599c5d6
9 changed files with 144 additions and 7 deletions
|
@ -5,6 +5,7 @@ import PrintIcon from 'shared/components/icons/print'
|
|||
import RightIcon from 'shared/components/icons/right'
|
||||
|
||||
const PrintLayoutSettings = props => {
|
||||
if (!props.draft?.parts?.pages?.pages) return null
|
||||
const settingsProps = {
|
||||
gist: props.gist,
|
||||
updateGist: props.updateGist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue