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 (
|
||||
<ObjectSelect
|
||||
{...props}
|
||||
searchable
|
||||
placeholder={"Выберите клиента"}
|
||||
data={clients.filter(cl => !cl.isDeleted)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user