refactor(opend dock): added in default dock so it uses the default setup as a backup
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m40s

This will help the live/drop and dont know what dock
This commit is contained in:
2026-06-09 12:00:50 -05:00
parent 05c553e927
commit 8fc3129f7d

View File

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