mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Fix dropdown separating
This commit is contained in:
parent
82f72b75cb
commit
617abeaeb9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue