|
|
@ -38,6 +38,7 @@
|
|
|
|
:model-value="clirIntrapbx"
|
|
|
|
:model-value="clirIntrapbx"
|
|
|
|
:class="isLoading ? 'disabled' : ''"
|
|
|
|
:class="isLoading ? 'disabled' : ''"
|
|
|
|
:label="$t('Hide number to the callee within own PBX')"
|
|
|
|
:label="$t('Hide number to the callee within own PBX')"
|
|
|
|
|
|
|
|
data-cy="csc-callee-hide"
|
|
|
|
checked-icon="visibility_off"
|
|
|
|
checked-icon="visibility_off"
|
|
|
|
unchecked-icon="visibility"
|
|
|
|
unchecked-icon="visibility"
|
|
|
|
@update:model-value="changeIntraPbx()"
|
|
|
|
@update:model-value="changeIntraPbx()"
|
|
|
|