From ca0636cb25a3dc80d677bc4fc89e1642d99fa50c Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 26 Feb 2025 23:44:22 +0900 Subject: [PATCH] minor fixes --- .../SecretSharingPage/ShareSecretSection.tsx | 9 +++++++-- .../src/pages/organization/SecretSharingPage/route.tsx | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/organization/SecretSharingPage/ShareSecretSection.tsx b/frontend/src/pages/organization/SecretSharingPage/ShareSecretSection.tsx index 5e75af445..81461040e 100644 --- a/frontend/src/pages/organization/SecretSharingPage/ShareSecretSection.tsx +++ b/frontend/src/pages/organization/SecretSharingPage/ShareSecretSection.tsx @@ -1,7 +1,7 @@ import { Helmet } from "react-helmet"; import { useNavigate, useSearch } from "@tanstack/react-router"; -import { Tab, TabList, TabPanel, Tabs } from "@app/components/v2"; +import { Badge, Tab, TabList, TabPanel, Tabs } from "@app/components/v2"; import { ROUTE_PATHS } from "@app/const/routes"; import { usePopUp } from "@app/hooks"; @@ -46,7 +46,12 @@ export const ShareSecretSection = () => { Share Secrets - Request Secrets + + Request Secrets + + New + +