add .dockerignore to exclude node_modules from Docker builds
This commit is contained in:
@@ -15,6 +15,7 @@ const ClientSelect: FC<Props> = (props: Props) => {
|
|||||||
return (
|
return (
|
||||||
<ObjectSelect
|
<ObjectSelect
|
||||||
{...props}
|
{...props}
|
||||||
|
searchable
|
||||||
placeholder={"Выберите клиента"}
|
placeholder={"Выберите клиента"}
|
||||||
data={clients.filter(cl => !cl.isDeleted)}
|
data={clients.filter(cl => !cl.isDeleted)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user