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
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:
@@ -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
|
//TODO: get the docks from lst to help refine and actually link the dock correctly
|
||||||
const dock = [
|
const dock = [
|
||||||
|
{
|
||||||
|
label: "Default",
|
||||||
|
value: "default",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Cermac",
|
label: "Cermac",
|
||||||
value: "cermac",
|
value: "cermac",
|
||||||
|
|||||||
Reference in New Issue
Block a user