From 02f6e2a8c3cb14f0394ae79cfaad966a6c414f3d Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 10 Jun 2026 20:56:26 -0700 Subject: [PATCH] Add ; fix lint --- src/app/[orgId]/settings/resources/public/create/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[orgId]/settings/resources/public/create/page.tsx b/src/app/[orgId]/settings/resources/public/create/page.tsx index e80919042..be02b8e07 100644 --- a/src/app/[orgId]/settings/resources/public/create/page.tsx +++ b/src/app/[orgId]/settings/resources/public/create/page.tsx @@ -764,7 +764,7 @@ export default function Page() { ssh: "SSH", rdp: "RDP", vnc: "VNC", - } + }; } const typeOptions: OptionSelectOption[] =