diff --git a/components/ModalContent/NewLinkModal.tsx b/components/ModalContent/NewLinkModal.tsx index 156fe285..2b0ef253 100644 --- a/components/ModalContent/NewLinkModal.tsx +++ b/components/ModalContent/NewLinkModal.tsx @@ -145,53 +145,56 @@ export default function NewLinkModal({ onClose }: Props) { - {optionsExpanded ? ( -
- {/*
*/} -
-
-

Name

- setLink({ ...link, name: e.target.value })} - placeholder="e.g. Example Link" - className="bg-base-200" - /> -
- -
-

Tags

- { - return { label: e.name, value: e.id }; - })} - /> -
- -
-

Description

-