Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
  • Loading branch information
sumukhswamy committed Sep 4, 2024
1 parent fff7188 commit bd83de1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/components/acceleration/selectors/source_selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { EuiComboBoxOptionOption, EuiCompressedComboBox, EuiCompressedFormRow, EuiSpacer, EuiText } from '@elastic/eui';
import {
EuiComboBoxOptionOption,
EuiCompressedComboBox,
EuiCompressedFormRow,
EuiSpacer,
EuiText,
} from '@elastic/eui';
import producer from 'immer';
import React, { useEffect, useState } from 'react';
import { CoreStart } from '../../../../../../src/core/public';
Expand Down

0 comments on commit bd83de1

Please sign in to comment.