1
0
Fork 0

Merge branch 'develop' into cdocs

This commit is contained in:
joostdecock 2025-05-24 12:07:19 +02:00
commit b914b6299f
89 changed files with 1571 additions and 737 deletions

View file

@ -118,7 +118,7 @@ export const Pattern = ({ id, Link }) => {
delete data.data
delete data.userId
delete data.img
data.settings = JSON.parse(data.settings)
data.name += ' (clone)'
const [status, body] = await backend.createPattern(data)
if (status === 201 && body.result === 'created') {
setLoadingStatus([true, 'Loading newly created pattern', true, true])