Hide updated time when loading OS versions table data (#25200)

This commit is contained in:
Sarah Gillespie 2025-01-07 12:29:13 -06:00 committed by GitHub
parent 1eae4f6e1b
commit 459a393f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
- Fixed UI bug on the "Controls" page where incorrect timestamp information was displayed while the
"Current versions" table was loading.

View file

@ -145,7 +145,7 @@ const CurrentVersionSection = ({
<div className={baseClass}>
<SectionHeader
title="Current versions"
subTitle={generateSubTitleText()}
subTitle={isLoadingOsVersions ? null : generateSubTitleText()}
wrapperCustomClass={`${baseClass}__header`}
/>
{renderTable()}