mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
This commit is contained in:
parent
b2126bc82e
commit
a5ad1310e0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
const onClickCTA = async (version: string) => {
|
||||
await onClick(version);
|
||||
notificationStore.add({
|
||||
message: `Package ${pkg.full_name} v${pkg.version} has been installed.`
|
||||
message: `Package ${pkg.full_name} v${version || pkg.version} has been installed.`
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue