1
0
Fork 0

[react] fix: copy-paste error introduced in #205, causing the InspectView to crash (#221)

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:
Jonathan Haas 2025-04-07 05:22:55 +00:00 committed by Joost De Cock
parent 7a554ef819
commit dbf49fd8ff

View file

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