add .dockerignore to exclude node_modules from Docker builds

This commit is contained in:
2025-09-02 06:13:41 +03:00
parent d0da5155a1
commit b08f921c1c

View File

@@ -15,6 +15,7 @@ const ClientSelect: FC<Props> = (props: Props) => {
return (
<ObjectSelect
{...props}
searchable
placeholder={"Выберите клиента"}
data={clients.filter(cl => !cl.isDeleted)}
/>