AudioRef: placeholder render

This commit is contained in:
Enrico Ros
2025-05-27 17:44:59 -07:00
parent ce7699c06b
commit c6d3bbd7b9
@@ -161,6 +161,17 @@ export function ContentFragments(props: {
);
case 'audio_ref':
// unsupported for now
return (
<BlockPartError
key={fId}
errorText='Audio fragments are not supported yet.'
messageRole={props.messageRole}
contentScaling={props.contentScaling}
/>
);
case 'image_ref':
return (
<BlockPartImageRef