1
0
Fork 0

separate print layout from draft layout. add better buttons

This commit is contained in:
Enoch Riese 2022-08-09 16:16:06 -05:00
parent 236f35f765
commit 1a65a16e56
16 changed files with 246 additions and 112 deletions

View file

@ -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"/>