You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-csc-ui/src/pages/CscPageCallBlockingOutgoing...

20 lines
436 B

<template>
<csc-call-blocking
id="csc-page-call-blocking-outgoing"
page-name="outgoing"
page-type="typeoutgoing"
block-mode="block_out_mode"
block-list="block_out_list"
/>
</template>
<script>
import CscCallBlocking from 'components/pages/CallBlocking/CscCallBlocking'
export default {
name: 'CscPageCallBlockingOutgoing',
components: {
CscCallBlocking
}
}
</script>