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 = {
|
||||
title: __('Convert lead to deal'),
|
||||
buttonLabel: __('Convert'),
|
||||
videoURL: '/assets/crm/videos/convert_to_deal.mov',
|
||||
videoURL: '/assets/crm/videos/convertToDeal.mov',
|
||||
onClick: async () => {
|
||||
showIntermediateModal.value = false
|
||||
currentStep.value = {}
|
||||
@ -456,7 +456,7 @@ const steps = reactive([
|
||||
currentStep.value = {
|
||||
title: __('Change deal status'),
|
||||
buttonLabel: __('Change'),
|
||||
videoURL: '/assets/crm/videos/change_deal_status.mov',
|
||||
videoURL: '/assets/crm/videos/changeDealStatus.mov',
|
||||
onClick: async () => {
|
||||
showIntermediateModal.value = false
|
||||
currentStep.value = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user