Skip to content

Commit

Permalink
PR feedback - @mjac0bs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpathipa committed Sep 3, 2024
1 parent 83f5a83 commit a1b2e8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const ProcessesLanding = React.memo((props: Props) => {
const { clientAPIKey, lastUpdated, lastUpdatedError, timezone } = props;

// Text input for filtering processes by name or user.
const [inputText, setInputText] = React.useState<string | undefined>();
const [inputText, setInputText] = React.useState<string>();

// The selected process row.
const [selectedProcess, setSelectedProcess] = React.useState<Process | null>(
Expand Down

0 comments on commit a1b2e8f

Please sign in to comment.