Fleet UI: Fix unreleased app store app timestamp broken (#28934)

This commit is contained in:
RachelElysia
2025-05-08 09:16:51 -04:00
committed by GitHub
parent 729fdd2c56
commit 5ec2deba9c
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ export interface ISoftwareInstallVersion {
export interface IHostSoftwarePackage {
name: string;
self_service: boolean;
icon_url: string;
icon_url: string | null;
version: string;
last_install: ISoftwareLastInstall | null;
categories?: SoftwareCategory[];