Skip to content

Commit

Permalink
Allow sorting events API results by a custom field (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
abnvanand authored Jan 14, 2025
1 parent 8ef01d8 commit 92d2e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/query-editor/EventsEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const EventsEditor = ({ query, onChange, onRunQuery }: EventsEditorProps)
onChange={(e) => onEventsSortChange(e?.value!)}
className="inline-element"
placeholder={selectors.components.QueryEditor.Events.Sort.placeholder}
allowCustomValue={true}
isClearable={true}
/>
</EditorField>
Expand Down

0 comments on commit 92d2e28

Please sign in to comment.