diff --git a/src/components/ui/EntityDescriptor.vue b/src/components/ui/EntityDescriptor.vue index e6adaa5f7..751a6bd9c 100644 --- a/src/components/ui/EntityDescriptor.vue +++ b/src/components/ui/EntityDescriptor.vue @@ -44,8 +44,7 @@ onBeforeMount(async () => { }); // It enables to load data only once if the module is the same as the dataKey - if (!isSameDataKey.value || !route.params.id || $props.id !== route.params.id) - await getData(); + if (!isSameDataKey.value || !route.params.id) await getData(); watch( () => [$props.url, $props.filter], async () => {