From 09037de2729864b7ac6f05c10802944e89d03736 Mon Sep 17 00:00:00 2001 From: AleksandrGorodetskii Date: Tue, 10 Dec 2024 14:46:28 +0300 Subject: [PATCH] NEW-GUI pipelines and projects pages - add to project modal small fix (#3781) --- .../src/widgets/modals/pipeline-to-project-modal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portals-ui/sites/ngs-portal/src/widgets/modals/pipeline-to-project-modal/index.tsx b/portals-ui/sites/ngs-portal/src/widgets/modals/pipeline-to-project-modal/index.tsx index 2c2804f548..81327bcf54 100644 --- a/portals-ui/sites/ngs-portal/src/widgets/modals/pipeline-to-project-modal/index.tsx +++ b/portals-ui/sites/ngs-portal/src/widgets/modals/pipeline-to-project-modal/index.tsx @@ -31,7 +31,7 @@ export const PipelineToProjectModal = (props: IModal) => { { items: projects, }, - [], + [projects], ); const onOk = () => { if (pending || !selectedProjectId) {