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