mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 21:29:05 +00:00
server/www: rename topic text field to transcript
This aleviate the current issue with vercel deployment
This commit is contained in:
@@ -132,7 +132,7 @@ export function TopicList({
|
||||
))}
|
||||
</>
|
||||
) : (
|
||||
<>{topic.text}</>
|
||||
<>{topic.transcript}</>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -9,7 +9,7 @@ export type Topic = {
|
||||
title: string;
|
||||
summary: string;
|
||||
id: string;
|
||||
text: string;
|
||||
transcript: string;
|
||||
segments: SegmentTopic[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user