From 06a5c9ad33bb582a1a4258edd460c8254113f529 Mon Sep 17 00:00:00 2001 From: Andrei Canta Date: Tue, 21 Mar 2023 23:58:48 +0200 Subject: [PATCH] hide api key --- src/components/SettingsModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index 113709c..4a1fc0c 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -5,10 +5,10 @@ import { Flex, List, Modal, + PasswordInput, Select, Stack, Text, - TextInput, } from "@mantine/core"; import { useDisclosure } from "@mantine/hooks"; import { notifications } from "@mantine/notifications"; @@ -79,7 +79,7 @@ export function SettingsModal({ children }: { children: ReactElement }) { }} > -