mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32:56 +00:00
Adjusted timestamp display in ContentBlockComponent to use local datetime format.
This commit is contained in:
parent
4aeb51c9f1
commit
23a56fda86
@ -10,7 +10,7 @@
|
||||
</CardHeaderAvatar>
|
||||
<CardHeaderContent>
|
||||
<MudText Typo="Typo.body1">
|
||||
@this.Role.ToName() (@this.Time)
|
||||
@this.Role.ToName() (@this.Time.LocalDateTime)
|
||||
</MudText>
|
||||
</CardHeaderContent>
|
||||
<CardHeaderActions>
|
||||
|
Loading…
Reference in New Issue
Block a user