feat(ui) : align entity detail pages — category links and version lists on all three
This commit is contained in:
@@ -464,6 +464,7 @@ const { getConstructeurById } = useConstructeurs()
|
||||
const { updateDocument } = useDocuments()
|
||||
|
||||
const isEditMode = ref(false)
|
||||
const versionRefreshKey = ref(0)
|
||||
|
||||
const {
|
||||
component,
|
||||
@@ -512,6 +513,7 @@ const submitEdition = async () => {
|
||||
if (!saving.value) {
|
||||
await fetchComponent()
|
||||
isEditMode.value = false
|
||||
versionRefreshKey.value++
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user