Compare commits
1 Commits
9b40f9f2c7
...
50d8dde6d5
| Author | SHA1 | Date | |
|---|---|---|---|
| 50d8dde6d5 |
@@ -299,6 +299,10 @@ export function useComponentEdit(componentId: string) {
|
|||||||
payload.prix = null
|
payload.prix = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (component.value.structure) {
|
||||||
|
payload.structure = component.value.structure
|
||||||
|
}
|
||||||
|
|
||||||
saving.value = true
|
saving.value = true
|
||||||
try {
|
try {
|
||||||
const result = await updateComposant(component.value.id, payload)
|
const result = await updateComposant(component.value.id, payload)
|
||||||
|
|||||||
Reference in New Issue
Block a user