Update packages/freesewing.shared/components/workbench/layout/print/pagesize-picker.js
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
parent
a254baa747
commit
9bb6dbe179
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import Popout from 'shared/components/popout'
|
|||
|
||||
const sizes = ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid']
|
||||
|
||||
|
||||
const PageSizePicker = ({ gist, updateGist }) => {
|
||||
const { t } = useTranslation(['workbench'])
|
||||
const setSize = size => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue