Fix dropdown separating

This commit is contained in:
Jack Anderson 2024-12-02 15:24:21 +00:00
parent 82f72b75cb
commit 617abeaeb9

View file

@ -157,7 +157,8 @@ export class HistoryTimelineAdapter {
timelineEntry.description = { timelineEntry.description = {
type: 'html', type: 'html',
value: record.attributes.description value: record.attributes.description,
loading: this.loading
}; };
} }
return timelineEntry; return timelineEntry;