Skip to content

Commit

Permalink
Hide updated time when loading OS versions table data (#25200)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillespi314 authored Jan 7, 2025
1 parent 1eae4f6 commit 459a393
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 @@ -145,7 +145,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 459a393

Please sign in to comment.