File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ import useScripts from '@/use/phone/useScripts';
184184import { ContactActions , ContactStates } from ' @/models/phone/Contact' ;
185185import PhoneInbound from ' @/models/PhoneInbound' ;
186186import PhoneOutbound from ' @/models/PhoneOutbound' ;
187- import useAgent from ' @/use/phone/useAgent' ;
188187import { InboundActions } from ' @/store/modules/phone/streams' ;
189188import ProgressButton from ' @/components/buttons/ProgressButton.vue' ;
190189import { useIntervalFn } from ' @/use/useIntervalFn' ;
@@ -211,8 +210,6 @@ export default {
211210 ' setNextInboundAction' ,
212211 ]);
213212 const { updateContact } = useActions (' phone.streams' , [' updateContact' ]);
214- const { clearState } = useActions (' phone.controller' , [' clearState' ]);
215- const { agent } = useAgent ();
216213 const dismissState = useToggle ();
217214 const { currentIncident } = useIncident ();
218215
You can’t perform that action at this time.
0 commit comments