diff --git a/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx b/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx index a722c10be..7914aa54e 100644 --- a/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx +++ b/surfsense_web/components/tool-ui/linear/create-linear-issue.tsx @@ -272,13 +272,13 @@ function ApprovalCard({ {!decided && ( <>
-
+
{interruptData.context?.error ? (

{interruptData.context.error}

) : ( <> {workspaces.length > 0 && ( -
+

Linear Account *

@@ -317,7 +317,7 @@ function ApprovalCard({ {selectedWorkspace && ( <> -
+

Team *

@@ -346,7 +346,7 @@ function ApprovalCard({ {selectedTeam && ( <> -
+

State

-
-

Assignee

- + + + + + Unassigned + {selectedTeam.members + .filter((m) => m.active) + .map((m) => ( + + {m.name} ({m.email}) + + ))} + + +
+
+

Priority

+ -
- -
-

Priority

- + + +
{selectedTeam.labels.length > 0 && ( -
+

Labels

-
+
{allowedDecisions.includes("approve") && (