Skip to content

Commit

Permalink
only call enableSync once
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Apr 26, 2024
1 parent b22074b commit c24b097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface/app/$libraryId/debug/sync.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const Component = () => {
variant="accent"
onClick={() => {
dialogManager.create((dialogProps) => <SyncBackfillDialog {...dialogProps} />);
enableSync.mutateAsync(null);
}}
disabled={enableSync.isLoading}
>
Expand Down

0 comments on commit c24b097

Please sign in to comment.