Skip to content

Commit

Permalink
reload button
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 13, 2023
1 parent f124bb0 commit e7fe2d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/scenes/debug/HogQLDebug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { CodeSnippet, Language } from 'lib/components/CodeSnippet'
import { CodeEditor } from 'lib/components/CodeEditors'
import { LemonSelect } from 'lib/lemon-ui/LemonSelect'
import { LemonLabel } from 'lib/lemon-ui/LemonLabel'
import { Reload } from '~/queries/nodes/DataNode/Reload'

interface HogQLDebugProps {
queryKey: string
Expand All @@ -23,6 +24,7 @@ export function HogQLDebug({ query, setQuery, queryKey }: HogQLDebugProps): JSX.
<div className="space-y-2">
<HogQLQueryEditor query={query} setQuery={setQuery} />
<div className="flex gap-2">
<Reload />
<DateRange key="date-range" query={query} setQuery={setQuery} />
<EventPropertyFilters key="event-property" query={query} setQuery={setQuery} />
</div>
Expand Down

0 comments on commit e7fe2d9

Please sign in to comment.