[BREAKING CHANGE] harden call recording failure handling (#22062)
<!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/22062?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ export const buildCallRecordingStandardFlatFieldMetadatas = ({
|
||||
},
|
||||
{
|
||||
id: '4800777e-54a8-4464-9c01-07d6eefd04da',
|
||||
value: CallRecordingStatus.FAILED_UNKNOWN,
|
||||
value: CallRecordingStatus.FAILED,
|
||||
label: i18nLabel(msg`Failed`),
|
||||
position: 5,
|
||||
color: 'gray',
|
||||
|
||||
Reference in New Issue
Block a user