1
0
forked from test/crm

fix: added compressed video

This commit is contained in:
Shariq Ansari 2025-03-24 13:29:18 +05:30
parent 02994ca00d
commit 02fbfaf757
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 = {}