forgot to put this back

This commit is contained in:
Bill Richardson 2025-12-18 09:20:24 -05:00
parent fee28585e5
commit 2b1356f143

View file

@ -228,6 +228,7 @@ export default {
let scenario = null;
switch (this.selectedProvider) {
case options.SAFELITE:
this.mainStore.updateIsSafeliteProvider(true);
scenario =
this.navigationScenarios
.CLICKED_FORWARD_WITH_SAFELITE;