Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/221 Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org> Co-authored-by: Jonathan Haas <haasjona@gmail.com> Co-committed-by: Jonathan Haas <haasjona@gmail.com>
This commit is contained in:
parent
7a554ef819
commit
dbf49fd8ff
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export const InspectView = ({ Design, state, update, config }) => {
|
||||||
/*
|
/*
|
||||||
* First, attempt to draft
|
* First, attempt to draft
|
||||||
*/
|
*/
|
||||||
const { pattern, failure, errors } = draft(Design, state.settings, plugins)
|
const { pattern, failure, errors } = draft(Design, state.settings)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create object holding strings for translation
|
* Create object holding strings for translation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue