Skip to content

Commit a3f153b

Browse files
committed
undo that
1 parent a9bef04 commit a3f153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/widget/input/chatQueuePickerActionItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class ChatQueuePickerActionItem extends BaseActionViewItem {
208208
}
209209
};
210210

211-
return [queueAction, steerAction, sendAction];
211+
return [sendAction, queueAction, steerAction];
212212
}
213213
}
214214

0 commit comments

Comments
 (0)