8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9291c4dd6a - Show all commits

View File

@ -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,
},

View File

@ -99,6 +99,7 @@ const sumRisk = ({ clientRisks }) => {
say-simple
:phone-number="entity.mobile"
:channel="entity.country?.saySimpleCountry?.channel"
class="q-ml-xs"
/>
</template>
</VnLv>