Skip to content

Commit

Permalink
fixing an error i was seeing that left the listener page totally blank
Browse files Browse the repository at this point in the history
dataset_id was being sent in by the component as 'true' when it should be 'null' and then the 'true' should have gone after
  • Loading branch information
tcnichol committed Aug 31, 2024
1 parent 901e317 commit 71fd9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/listeners/AllListeners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export function AllListeners(props: ListenerProps) {
selectedLabel,
aliveOnly,
process,
null,
true
)
);
Expand Down

0 comments on commit 71fd9c8

Please sign in to comment.