TT#138353 AutoAttendant - Add 'default' action for the Auto-Attendant functionality

Change-Id: I4926cfbc1ff734cc39b601ca25993cbd25ca90e5
mr10.1.1
Hugo Zigha 4 years ago
parent b0536ec9ae
commit 24b2843f34

@ -8,7 +8,7 @@ export default {
slots: [], slots: [],
newSlots: [], newSlots: [],
subscribers: [], subscribers: [],
slotsNumbers: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] slotsNumbers: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'default']
}, },
getters: { getters: {
slots (state) { slots (state) {

Loading…
Cancel
Save