Skip to content

Commit

Permalink
Fixed missing import. (#621)
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt authored Jun 2, 2023
1 parent 47b2a21 commit d9ca756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

import React from 'react';
import React, { useState } from 'react';
import { EuiFormRow, EuiText, EuiComboBox, EuiComboBoxOptionOption } from '@elastic/eui';

export interface RuleTagsComboBoxProps {
Expand Down

0 comments on commit d9ca756

Please sign in to comment.