feat(opendock): added in a new article link system
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m11s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m11s
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { createFileRoute } from "@tanstack/react-router";
|
import { createFileRoute } from "@tanstack/react-router";
|
||||||
|
|
||||||
import z from "zod";
|
import z from "zod";
|
||||||
|
|
||||||
import { useSession } from "../lib/auth-client";
|
import { useSession } from "../lib/auth-client";
|
||||||
import { trackLstEvent } from "../lib/umami.utils";
|
import { trackLstEvent } from "../lib/umami.utils";
|
||||||
|
|
||||||
|
|||||||
@@ -132,6 +132,10 @@ export default function NewArticleLink({ refetch }: { refetch: any }) {
|
|||||||
label: "Matrix",
|
label: "Matrix",
|
||||||
value: "matrix",
|
value: "matrix",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "RB",
|
||||||
|
value: "rb",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user