Skip to content

Commit

Permalink
Merge pull request #1090 from bcgov/dev-RQ-FOIMOD-3300
Browse files Browse the repository at this point in the history
Bug fix on editing tags menu
  • Loading branch information
richard-aot authored Aug 12, 2024
2 parents 5ac602d + 5906e2d commit ee9a2f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/src/components/FOI/Home/ContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ const ContextMenu = ({
>
<div className="pageFlagModal">
<div className="heading">
{/* <div>Export</div>
<hr className="hrStyle" /> */}
<div>Export</div>
<hr className="hrStyle" />
{requestInfo?.bcgovcode === "MCF" && requestInfo?.requesttype === "personal" && (<>
<div
className={
selectedPages.length > 1
Expand All @@ -283,6 +284,7 @@ const ContextMenu = ({
Edit Tags
</div>
<hr className="hrStyle" />
</>)}
<div>Page Flags</div>
</div>
{showPageFlagList()}
Expand Down

0 comments on commit ee9a2f0

Please sign in to comment.