fix: added compressed video
This commit is contained in:
parent
02994ca00d
commit
02fbfaf757
BIN
crm/public/videos/changeDealStatus.mov
Normal file
BIN
crm/public/videos/changeDealStatus.mov
Normal file
Binary file not shown.
Binary file not shown.
BIN
crm/public/videos/convertToDeal.mov
Normal file
BIN
crm/public/videos/convertToDeal.mov
Normal file
Binary file not shown.
Binary file not shown.
@ -349,7 +349,7 @@ const steps = reactive([
|
|||||||
currentStep.value = {
|
currentStep.value = {
|
||||||
title: __('Convert lead to deal'),
|
title: __('Convert lead to deal'),
|
||||||
buttonLabel: __('Convert'),
|
buttonLabel: __('Convert'),
|
||||||
videoURL: '/assets/crm/videos/convert_to_deal.mov',
|
videoURL: '/assets/crm/videos/convertToDeal.mov',
|
||||||
onClick: async () => {
|
onClick: async () => {
|
||||||
showIntermediateModal.value = false
|
showIntermediateModal.value = false
|
||||||
currentStep.value = {}
|
currentStep.value = {}
|
||||||
@ -456,7 +456,7 @@ const steps = reactive([
|
|||||||
currentStep.value = {
|
currentStep.value = {
|
||||||
title: __('Change deal status'),
|
title: __('Change deal status'),
|
||||||
buttonLabel: __('Change'),
|
buttonLabel: __('Change'),
|
||||||
videoURL: '/assets/crm/videos/change_deal_status.mov',
|
videoURL: '/assets/crm/videos/changeDealStatus.mov',
|
||||||
onClick: async () => {
|
onClick: async () => {
|
||||||
showIntermediateModal.value = false
|
showIntermediateModal.value = false
|
||||||
currentStep.value = {}
|
currentStep.value = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user