Reviewed-on: #924 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
7dba1a1846
|
@ -9,7 +9,7 @@ const props = defineProps({
|
|||
const config = reactive({
|
||||
sip: { icon: 'phone', href: `sip:${props.phoneNumber}` },
|
||||
'say-simple': {
|
||||
icon: 'help',
|
||||
icon: 'vn:saysimple',
|
||||
href: null,
|
||||
channel: props.channel,
|
||||
},
|
||||
|
|
|
@ -99,6 +99,7 @@ const sumRisk = ({ clientRisks }) => {
|
|||
say-simple
|
||||
:phone-number="entity.mobile"
|
||||
:channel="entity.country?.saySimpleCountry?.channel"
|
||||
class="q-ml-xs"
|
||||
/>
|
||||
</template>
|
||||
</VnLv>
|
||||
|
|
Loading…
Reference in New Issue