We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aada8f8 commit f050836Copy full SHA for f050836
src/components/SyncModal/index.js
@@ -17,7 +17,7 @@ const SyncModal = ({ columns, onClose, perspectiveId, foreignChanges }) => {
17
const [ ispSyncData, setIspSyncData ] = useState(null);
18
const [ xalSyncData, setXalSyncData ] = useState(null);
19
const [ applied, setApplied ] = useState(false);
20
- const debugFlag = false;
+ const debugFlag = true;
21
22
const { error: ispSyncError, loading: ispSyncLoading } = useQuery(queryListChanges, {
23
variables: { remote: 'isp', syncBetween: ['isp','xal'], perspectiveId, debugFlag },
0 commit comments