Skip to content

Commit

Permalink
remove strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker-Stafford committed Oct 10, 2024
1 parent 2bfecef commit e8e90db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/pages/playground/PlaygroundChatTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ export function PlaygroundChatTemplate(props: PlaygroundChatTemplateProps) {
});
}}
>
<SortableContext
items={template.messages}
// strategy={verticalListSortingStrategy}
>
<SortableContext items={template.messages}>
<ul
css={css`
display: flex;
Expand Down

0 comments on commit e8e90db

Please sign in to comment.