Skip to content

Commit

Permalink
fix: pnpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed Feb 3, 2025
1 parent 321cb22 commit 7e96faf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import {
ZoomableChart,
} from '@/components/molecules/charts/zoomable';
import { DateTimePicker } from '@/components/molecules/time-picker/date-time-picker';
import useCloudApiMeta from '@/pages/auth/hooks/use-cloud-api-meta';
import { AdditionalMetadataClick } from '../../events/components/additional-metadata';

export interface WorkflowRunsTableProps {
Expand Down Expand Up @@ -107,8 +106,6 @@ export function WorkflowRunsTable({
const { tenant } = useOutletContext<TenantContextType>();
invariant(tenant);

const cloudMeta = useCloudApiMeta();

const [viewQueueMetrics, setViewQueueMetrics] = useState(false);

const [defaultTimeRange, setDefaultTimeRange] = useAtom(lastTimeRangeAtom);
Expand Down

0 comments on commit 7e96faf

Please sign in to comment.