VoiceMessages: fix preview being blank
This commit is contained in:
parent
fc10bc1e69
commit
58c6611abe
|
@ -25,7 +25,7 @@ interface VoiceMessageProps {
|
||||||
src: string;
|
src: string;
|
||||||
waveform: string;
|
waveform: string;
|
||||||
}
|
}
|
||||||
const VoiceMessage = findComponentByCodeLazy<VoiceMessageProps>("waveform:");
|
const VoiceMessage = findComponentByCodeLazy<VoiceMessageProps>("waveform:", "onVolumeChange");
|
||||||
|
|
||||||
export type VoicePreviewOptions = {
|
export type VoicePreviewOptions = {
|
||||||
src?: string;
|
src?: string;
|
||||||
|
|
Loading…
Reference in a new issue