warmfix: #7451 descriptorProxy dataKey #1496

Merged
jsegarra merged 4 commits from warmfix_descriptorProxy_dataKey into test 2025-02-25 13:07:52 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit e4e57127a0 - Show all commits

View File

@ -12,6 +12,11 @@ const $props = defineProps({
<template>
<QPopupProxy>
<WorkerDescriptor v-if="$props.id" :id="$props.id" :summary="WorkerSummary" />
<WorkerDescriptor
v-if="$props.id"
:id="$props.id"
:summary="WorkerSummary"
data-key="WorkerDescriptorProxy"
/>
</QPopupProxy>
</template>