grid: address pr feedback

Opting to pause system OTAs also dismisses the notificaiton.
This commit is contained in:
tomholford 2022-11-29 13:43:56 -08:00
parent ae0febc832
commit 76dff64b69

View File

@ -64,6 +64,8 @@ export const BaseBlockedNotification = ({ bin, lid }: { bin: HarkBin, lid: HarkL
}
await toggleInstall('base', otaSponsor);
await useHarkStore.getState().archiveNote(bin, lid);
push('/leap/upgrading');
}, []);