Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 12, 2025
2 parents 2efb9db + 0326203 commit 40813ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/mentions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ export default function Mentions() {
sortable
/>
<Column
body={hasCorrectionTemplate}
body={(rowData) => hasCorrectionTemplate(rowData, undo)}
field="hasCorrection"
header="Modified by user?"
sortable
Expand Down
1 change: 1 addition & 0 deletions client/src/pages/openalex-affiliations/corrections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default function Corrections() {
const { error, isFetched, isFetching } = useQuery({
queryKey: ['facets'],
queryFn: () => getCorrectionsAndFacets(),
refetchOnWindowFocus: false,
});

// useEffect(() => {
Expand Down

0 comments on commit 40813ce

Please sign in to comment.