From 90a2b2ac3b75776a7c8838ac8cccc440f98dff00 Mon Sep 17 00:00:00 2001 From: maamalama Date: Mon, 20 May 2024 10:00:26 -0700 Subject: [PATCH] pr fixes --- .../templates/requestsV2/requestRow.tsx | 38 +++++++++++-------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/web/components/templates/requestsV2/requestRow.tsx b/web/components/templates/requestsV2/requestRow.tsx index 3ec5fc4259..b9cadb2ab8 100644 --- a/web/components/templates/requestsV2/requestRow.tsx +++ b/web/components/templates/requestsV2/requestRow.tsx @@ -24,6 +24,8 @@ import { } from "../../../services/lib/requests"; import useNotification from "../../shared/notification/useNotification"; import { useOrg } from "../../layout/organizationContext"; +import HcButton from "../../ui/hcButton"; +import { TextInput } from "@tremor/react"; function getPathName(url: string) { try { @@ -355,13 +357,13 @@ const RequestRow = (props: { Key
- @@ -375,27 +377,29 @@ const RequestRow = (props: { Value
-
- + )}
@@ -448,13 +452,13 @@ const RequestRow = (props: { Key
- @@ -468,27 +472,31 @@ const RequestRow = (props: { Value
-
- + )}