We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91df6e commit bc516c2Copy full SHA for bc516c2
1 file changed
src/components/options/CategoryChooserComponent.tsx
@@ -145,6 +145,10 @@ export function CategoryChooserComponent() {
145
}
146
forceUpdateConfigurationIDs();
147
148
+ if (Config.local.skipProfileTemp && Config.local.skipProfileTemp.configID === selectedConfigurationID) {
149
+ Config.local.skipProfileTemp = null;
150
+ }
151
+
152
setConfigurations(Config.local!.skipProfiles);
153
const newID = Object.keys(Config.local!.skipProfiles)[0] as ConfigurationID;
154
setSelectedConfigurationID(newID);
0 commit comments