separate print layout from draft layout. add better buttons
This commit is contained in:
parent
236f35f765
commit
1a65a16e56
16 changed files with 246 additions and 112 deletions
|
@ -26,7 +26,7 @@ const PrintLayoutSettings = props => {
|
|||
</div>
|
||||
<button
|
||||
key="reset"
|
||||
onClick={() => props.unsetGist('layout')}
|
||||
onClick={() => props.unsetGist(['layouts', 'printLayout'])}
|
||||
className="btn btn-primary btn-outline"
|
||||
>
|
||||
<ClearIcon className="h-6 w-6 mr-2"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue