- enhanced modal animations

This commit is contained in:
2025-12-15 14:46:48 +00:00
parent 8b635101de
commit cae652477e
6 changed files with 51 additions and 9 deletions

View File

@@ -44,7 +44,10 @@ export const IntegrationsProvider = ({ children }: IntegrationsProviderType) =>
if (catResult?.result) {
dispatch({ type: "NPEDCATENABLED", payload: catResult.result });
} else {
console.log("Early return: catResult check failed");
dispatch({
type: "NPEDCATENABLED",
payload: { catA: true, catB: true, catC: true, catD: true },
});
}
} catch (error) {
console.error("Error in fetchData:", error);