feat: Added file options menu to file preview modal

This commit is contained in:
Aman Harwara
2023-01-05 01:23:15 +05:30
parent ba4b6a580b
commit e57b28fe29
2 changed files with 38 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ const AddTagOption: FunctionComponent<Props> = ({
side="right"
align="start"
className="py-2"
overrideZIndex="z-modal"
>
<Menu a11yLabel="Tag selection menu" isOpen={isOpen}>
{navigationController.tags.map((tag) => (