Skip to content

Commit

Permalink
Cherry-pick: Hide updated time when loading OS versions table data (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gillespi314 authored Jan 8, 2025
1 parent 3252388 commit 455b25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changes/24629-ui-os-updates-table
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed UI bug on the "Controls" page where incorrect timestamp information was displayed while the
"Current versions" table was loading.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const CurrentVersionSection = ({
<div className={baseClass}>
<SectionHeader
title="Current versions"
subTitle={generateSubTitleText()}
subTitle={isLoadingOsVersions ? null : generateSubTitleText()}
wrapperCustomClass={`${baseClass}__header`}
/>
{renderTable()}
Expand Down

0 comments on commit 455b25f

Please sign in to comment.