From 8fc3129f7d687d45dc242aca9a6e71f43d0352ab Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 9 Jun 2026 12:00:50 -0500 Subject: [PATCH] refactor(opend dock): added in default dock so it uses the default setup as a backup This will help the live/drop and dont know what dock --- .../transportation/opendock/-components/NewArticleLink.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx b/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx index 6914534..e786f45 100644 --- a/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx +++ b/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx @@ -120,6 +120,10 @@ export default function NewArticleLink({ refetch }: { refetch: any }) { //TODO: get the docks from lst to help refine and actually link the dock correctly const dock = [ + { + label: "Default", + value: "default", + }, { label: "Cermac", value: "cermac",