Notification Profiles: Fix scrollbars in the time picker

This commit is contained in:
Scott Nonnenberg
2025-12-18 02:44:29 +10:00
committed by GitHub
parent 11b1b30ca6
commit ec9a31007b
2 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ async function generateManifest(
: notificationProfiles;
if (notificationProfileSyncDisabled) {
const localOnlyCount =
notificationProfilesToUpload.length - notificationProfiles.length;
notificationProfiles.length - notificationProfilesToUpload.length;
log.info(
`upload(${version}): ` +
`sync=OFF; adding notificationProfiles=${notificationProfilesToUpload.length}, excluding ${localOnlyCount} local profiles`