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",