mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 20:15:53 +08:00
fix: name is updated to the tag_name in the version (#1116)
This commit is contained in:
parent
9522bbf33b
commit
53528f1045
@ -117,7 +117,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element {
|
|||||||
dispatch({
|
dispatch({
|
||||||
type: UPDATE_LATEST_VERSION,
|
type: UPDATE_LATEST_VERSION,
|
||||||
payload: {
|
payload: {
|
||||||
latestVersion: getUserLatestVersionResponse.data.payload.name,
|
latestVersion: getUserLatestVersionResponse.data.payload.tag_name,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ export interface PayloadProps {
|
|||||||
node_id: number;
|
node_id: number;
|
||||||
prerelease: boolean;
|
prerelease: boolean;
|
||||||
published_at: string;
|
published_at: string;
|
||||||
tag_name: number;
|
tag_name: string;
|
||||||
tarball_url: string;
|
tarball_url: string;
|
||||||
target_commitish: string;
|
target_commitish: string;
|
||||||
upload_url: string;
|
upload_url: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user