feature/IO-3291-Tasks-Notifications: Checkpoint
This commit is contained in:
@@ -40,10 +40,7 @@ const TaskCenterContainer = ({ visible, onClose, bodyshop, currentUser, setTaskU
|
||||
},
|
||||
skip: !bodyshop?.id || !assignedToId || !isEmployee || !currentUser?.email,
|
||||
fetchPolicy: "cache-and-network",
|
||||
pollInterval: isConnected ? 0 : POLL_INTERVAL,
|
||||
onError: (error) => {
|
||||
console.error("Query error:", error);
|
||||
}
|
||||
pollInterval: isConnected ? 0 : POLL_INTERVAL
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user