Skip to content

Commit

Permalink
NEW-GUI pipelines and projects pages - add to project modal small fix (
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrGorodetskii committed Dec 10, 2024
1 parent 25999bb commit 09037de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const PipelineToProjectModal = (props: IModal<string>) => {
{
items: projects,
},
[],
[projects],
);
const onOk = () => {
if (pending || !selectedProjectId) {
Expand Down

0 comments on commit 09037de

Please sign in to comment.