Be resilient to invalid incrementalMac value
This commit is contained in:
parent
514509e2c7
commit
53b16c7484
7 changed files with 71 additions and 41 deletions
|
@ -14,7 +14,7 @@ import classNames from 'classnames';
|
|||
import * as LocaleMatcher from '@formatjs/intl-localematcher';
|
||||
|
||||
import type { MediaDeviceSettings } from '../types/Calling';
|
||||
import type { ExportResultType as BackupExportResultType } from '../services/backups';
|
||||
import type { ValidationResultType as BackupValidationResultType } from '../services/backups';
|
||||
import type {
|
||||
AutoDownloadAttachmentType,
|
||||
NotificationSettingType,
|
||||
|
@ -178,7 +178,7 @@ type PropsFunctionType = {
|
|||
value: CustomColorType;
|
||||
}
|
||||
) => unknown;
|
||||
validateBackup: () => Promise<BackupExportResultType>;
|
||||
validateBackup: () => Promise<BackupValidationResultType>;
|
||||
|
||||
// Change handlers
|
||||
onAudioNotificationsChange: CheckboxChangeHandlerType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue