mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Import SelectProps as a type
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
550c678dc8
commit
33d7746c27
@ -28,10 +28,12 @@ import { components, PlaceholderProps } from "react-select";
|
||||
import { Icon } from "../icon";
|
||||
import { FilterIcon } from "../item-object-list/filter-icon";
|
||||
import { FilterType } from "../item-object-list/page-filters.store";
|
||||
import { SelectOption, SelectProps } from "../select";
|
||||
import { SelectOption } from "../select";
|
||||
import { NamespaceSelect } from "./namespace-select";
|
||||
import { namespaceStore } from "./namespace.store";
|
||||
|
||||
import type { SelectProps } from "../select";
|
||||
|
||||
const Placeholder = observer((props: PlaceholderProps<any>) => {
|
||||
const getPlaceholder = (): React.ReactNode => {
|
||||
const namespaces = namespaceStore.contextNamespaces;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user