Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -19,6 +19,8 @@ export default function CsiResponseFormContainer() {
|
||||
id: responseid,
|
||||
},
|
||||
skip: !!!responseid,
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user