We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6a83f commit 8b3289dCopy full SHA for 8b3289d
apps/webapp/app/components/runs/v3/RunFilters.tsx
@@ -873,7 +873,6 @@ function QueuesDropdown({
873
);
874
875
const filtered = useMemo(() => {
876
- console.log(fetcher.data);
877
let items: { name: string; type: "custom" | "task"; value: string }[] = [];
878
if (searchValue === "") {
879
// items = selected ?? [];
0 commit comments