Skip to content

Commit

Permalink
update prop
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Sep 29, 2023
1 parent d550f6b commit e2a348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/workflow_detail/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { EuiPageHeader, EuiButton } from '@elastic/eui';
import { Workflow } from '../../../../common';

interface WorkflowDetailHeaderProps {
workflow: Workflow | undefined;
workflow?: Workflow;
}

export function WorkflowDetailHeader(props: WorkflowDetailHeaderProps) {
Expand Down

0 comments on commit e2a348a

Please sign in to comment.