We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb7c0c commit ea8b0f4Copy full SHA for ea8b0f4
1 file changed
src/components/options/CategoryChooserComponent.tsx
@@ -158,7 +158,7 @@ export function CategoryChooserComponent() {
158
159
setConfigurations(Config.local!.skipProfiles);
160
const newID = Object.keys(Config.local!.skipProfiles)[0] as ConfigurationID;
161
- setSelectedConfigurationID(newID);
+ setSelectedConfigurationID(newID ?? null);
162
}
163
}}>
164
{chrome.i18n.getMessage("DeleteConfiguration")}
0 commit comments