Skip to content

Commit a4da162

Browse files
authored
fix(autofix): Fix flash on initial run (#85299)
1 parent ff72324 commit a4da162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/events/autofix/useAutofix.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const useAiAutofix = (group: GroupWithAutofix, event: Event) => {
134134
async (instruction: string) => {
135135
setIsReset(false);
136136
setCurrentRunId(null);
137+
setWaitingForNextRun(true);
137138
setApiQueryData<AutofixResponse>(
138139
queryClient,
139140
makeAutofixQueryKey(group.id),

0 commit comments

Comments
 (0)