From 8a413177d536ed14b0ac66754d17f10fddf8dcb0 Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Thu, 19 Oct 2023 09:52:03 -0600 Subject: [PATCH] make it build the web container too --- apps/web/src/app/workspaces/workspaces.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/app/workspaces/workspaces.component.ts b/apps/web/src/app/workspaces/workspaces.component.ts index f6d345f0b..9f68b84cb 100644 --- a/apps/web/src/app/workspaces/workspaces.component.ts +++ b/apps/web/src/app/workspaces/workspaces.component.ts @@ -17,7 +17,6 @@ * along with Workspaces. If not, see <https://www.gnu.org/licenses/>. */ import {Component, OnInit} from "@angular/core"; - @Component({ selector: "app-workspaces", templateUrl: "./workspaces.component.html", -- GitLab