We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41375ec commit bbbcf27Copy full SHA for bbbcf27
packages/installer/src/installer/getInstallerPackageData.ts
@@ -105,8 +105,8 @@ function getInstallerPackageData(
105
manifest: release.manifest.notifications
106
? {
107
...release.manifest,
108
- // Apply notitications user settings if any
109
- notifications: notificationsSettings
+ // Apply notitications user settings if any otherwise use the default manifest notifications
+ notifications: notificationsSettings ?? release.manifest.notifications
110
}
111
: manifest,
112
// User settings to be applied by the installer
0 commit comments