- enhanced modal animations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user