From 279aaf2c5006904105da8dd5fd6572449fefda98 Mon Sep 17 00:00:00 2001 From: Utku <74243531+utkubakir@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:48:14 -0400 Subject: [PATCH] hide placeholders (#2384) --- .../Layout/Sidebar/SidebarLayout/LibrariesDropdown.tsx | 4 ++-- .../app/$libraryId/settings/library/tags/EditForm.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/app/$libraryId/Layout/Sidebar/SidebarLayout/LibrariesDropdown.tsx b/interface/app/$libraryId/Layout/Sidebar/SidebarLayout/LibrariesDropdown.tsx index a4eb3cb3b..2a9b9f403 100644 --- a/interface/app/$libraryId/Layout/Sidebar/SidebarLayout/LibrariesDropdown.tsx +++ b/interface/app/$libraryId/Layout/Sidebar/SidebarLayout/LibrariesDropdown.tsx @@ -58,13 +58,13 @@ export default () => { to="settings/library/general" className="font-medium" /> - alert('TODO: Not implemented yet!')} className="font-medium" - /> + /> */} ); }; diff --git a/interface/app/$libraryId/settings/library/tags/EditForm.tsx b/interface/app/$libraryId/settings/library/tags/EditForm.tsx index dc6cbc0b5..b8a213104 100644 --- a/interface/app/$libraryId/settings/library/tags/EditForm.tsx +++ b/interface/app/$libraryId/settings/library/tags/EditForm.tsx @@ -71,22 +71,22 @@ export default ({ tag, onDelete }: Props) => { -
+ {/*
- + - + -
+
*/} ); };