Skip to content

Commit f050836

Browse files
committed
Cleanup
1 parent aada8f8 commit f050836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SyncModal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SyncModal = ({ columns, onClose, perspectiveId, foreignChanges }) => {
1717
const [ ispSyncData, setIspSyncData ] = useState(null);
1818
const [ xalSyncData, setXalSyncData ] = useState(null);
1919
const [ applied, setApplied ] = useState(false);
20-
const debugFlag = false;
20+
const debugFlag = true;
2121

2222
const { error: ispSyncError, loading: ispSyncLoading } = useQuery(queryListChanges, {
2323
variables: { remote: 'isp', syncBetween: ['isp','xal'], perspectiveId, debugFlag },

0 commit comments

Comments
 (0)