Skip to content

Commit

Permalink
Fix ClipSettings suspending during load
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Sep 1, 2024
1 parent 33fe426 commit fec3dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/shared/clips/Clip/ClipSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function ClipSettings({
}) {
const query = useGraphQLQuery(clipsExtensionSettingsQuery, {
variables: {id},
suspend: false,
});

const {value, isRunning} = query;
Expand Down

0 comments on commit fec3dc8

Please sign in to comment.