refactor: refs #8463 remove unnecessary expose of getData in VnDescriptor component
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-03-21 14:17:22 +01:00
parent 4c980cb805
commit 39e0f88380
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ const { viewSummary } = useSummaryDialog();
const DESCRIPTOR_PROXY = 'DescriptorProxy';
const moduleName = ref();
const isSameModuleName = route.matched[1].meta.moduleName !== moduleName.value;
defineExpose({ getData });
function getName() {
let name = $props.dataKey;