19626
2023-06-30 ac0d606acaa5844bc2c6ad2242d5502b60f9be3a
1
2
3
4
5
6
7
8
<template>
    <c-navigate-to-record
        data-navigation="enable"
        record-id={value}
        label={typeAttributes.label}
    >
    </c-navigate-to-record>
</template>