Small fix for workflow tasks

This commit is contained in:
2026-04-23 14:04:47 +03:00
parent fb03bb1a2d
commit b1038c0d66
3 changed files with 9 additions and 2 deletions
@@ -8,6 +8,7 @@ module ProjectAdmin
def fetch_project
@project = Project.find_by!(code: params[:project_id])
self.current_project = @project
end
end
end