feat: Added "Add tag" option to file context menu
This commit is contained in:
@@ -42,6 +42,7 @@ const NotesOptions = ({
|
||||
application,
|
||||
navigationController,
|
||||
notesController,
|
||||
linkingController,
|
||||
historyModalController,
|
||||
closeMenu,
|
||||
}: NotesOptionsProps) => {
|
||||
@@ -214,7 +215,8 @@ const NotesOptions = ({
|
||||
<AddTagOption
|
||||
iconClassName={iconClass}
|
||||
navigationController={navigationController}
|
||||
notesController={notesController}
|
||||
selectedItems={notes}
|
||||
linkingController={linkingController}
|
||||
/>
|
||||
)}
|
||||
<MenuItem
|
||||
|
||||
Reference in New Issue
Block a user