Skip to content

Commit

Permalink
nit cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Oct 29, 2024
1 parent d454c7c commit 03bfa45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/pages/workflow_detail/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import { DataSourceViewConfig } from '../../../../../../src/plugins/data_source_
import { HeaderVariant } from '../../../../../../src/core/public';
import {
TopNavControlTextData,
TopNavMenuData,
TopNavMenuIconData,
} from '../../../../../../src/plugins/navigation/public';
import { MountPoint } from '../../../../../../src/core/public';
Expand Down Expand Up @@ -78,7 +77,6 @@ export function WorkflowDetailHeader(props: WorkflowDetailHeaderProps) {
>();

// workflow state
//const [workflowName, setWorkflowName] = useState<string>('');
const workflowName = getCharacterLimitedString(
props.workflow?.name,
MAX_WORKFLOW_NAME_TO_DISPLAY
Expand Down

0 comments on commit 03bfa45

Please sign in to comment.